]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sandbox/Kconfig
sandbox: Use defconfig to enable features
[karo-tx-uboot.git] / arch / sandbox / Kconfig
index 8aac96f8d92a57f93300d156345c3a29bea11a52..f078c9e504de107b19e4fb817d3600550ce8053b 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,4 @@ 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
-       default y
-
 endmenu