]> git.sur5r.net Git - u-boot/blobdiff - arch/sandbox/Kconfig
Merge git://git.denx.de/u-boot-dm
[u-boot] / arch / sandbox / Kconfig
index 8aac96f8d92a57f93300d156345c3a29bea11a52..25e316cf9f533159119b031509cd945c52f5da68 100644 (file)
@@ -10,9 +10,6 @@ config SYS_BOARD
 config SYS_CONFIG_NAME
        default "sandbox"
 
-config DM_TEST
-       default y
-
 config PCI
        bool "PCI support"
        help
@@ -20,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