summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-05-20 14:27:15 -0500
committerTom Rini <trini@konsulko.com>2015-05-21 09:13:18 -0400
commitc0d57304eba166d133b84b36e38df2a27fc9e832 (patch)
treecb4afcee8fccb933d1b36ef75e0e2214902ef946 /arch
parentb8970748817bbc07ac1576c9f4c728efd2590218 (diff)
downloadtalos-obmc-uboot-c0d57304eba166d133b84b36e38df2a27fc9e832.tar.gz
talos-obmc-uboot-c0d57304eba166d133b84b36e38df2a27fc9e832.zip
sandbox: Use defconfig to enable features
Stop using the sandbox arch Kconfig to override defaults for config options. This is a bit of abuse and may be causing build problems. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/sandbox/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig
index 8aac96f8d9..f078c9e504 100644
--- a/arch/sandbox/Kconfig
+++ b/arch/sandbox/Kconfig
@@ -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
OpenPOWER on IntegriCloud