]> git.sur5r.net Git - u-boot/blobdiff - arch/Kconfig
x86: kconfig: Imply DM uclass drivers
[u-boot] / arch / Kconfig
index 71dfeb38d56939175ba8493eda05be83236b8f2d..fef06d688381fd75e2db292560b314a314687eb7 100644 (file)
@@ -91,17 +91,21 @@ config X86
        select SUPPORT_OF_CONTROL
        select OF_CONTROL
        select DM
-       select DM_KEYBOARD
-       select DM_SERIAL
-       select DM_GPIO
-       select PCI
        select DM_PCI
-       select DM_SPI
-       select DM_SPI_FLASH
+       select PCI
        select TIMER
        select X86_TSC_TIMER
        select USB
        select USB_EHCI_HCD
+       imply DM_ETH
+       imply DM_GPIO
+       imply DM_KEYBOARD
+       imply DM_RTC
+       imply DM_SERIAL
+       imply DM_SPI
+       imply DM_SPI_FLASH
+       imply DM_USB
+       imply DM_VIDEO
        imply CMD_FPGA_LOADMK
        imply CMD_GETTIME
        imply CMD_IO