]> git.sur5r.net Git - u-boot/blobdiff - arch/sandbox/Kconfig
Merge git://git.denx.de/u-boot-dm
[u-boot] / arch / sandbox / Kconfig
index 52e59d29e81b169d275de7a3c874590be98ae7e5..25e316cf9f533159119b031509cd945c52f5da68 100644 (file)
@@ -10,30 +10,6 @@ config SYS_BOARD
 config SYS_CONFIG_NAME
        default "sandbox"
 
-config DM
-       default y
-
-config DM_GPIO
-       default y
-
-config DM_SERIAL
-       default y
-
-config DM_CROS_EC
-       default y
-
-config DM_SPI
-       default y
-
-config DM_SPI_FLASH
-       default y
-
-config DM_I2C
-       default y
-
-config DM_TEST
-       default y
-
 config PCI
        bool "PCI support"
        help
@@ -41,16 +17,7 @@ config PCI
          used on some devices to allow the CPU to communicate with its
          peripherals.
 
-config NET
-       default y
-
-config NETDEVICES
-       default y
-
-config DM_ETH
-       default y
-
-config ETH_SANDBOX_RAW
+config DM_KEYBOARD
        default y
 
 endmenu