Skip to content
Snippets Groups Projects
Commit c0d57304 authored by Joe Hershberger's avatar Joe Hershberger Committed by Tom Rini
Browse files

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: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent b8970748
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,6 @@ config SYS_BOARD ...@@ -10,9 +10,6 @@ config SYS_BOARD
config SYS_CONFIG_NAME config SYS_CONFIG_NAME
default "sandbox" default "sandbox"
config DM_TEST
default y
config PCI config PCI
bool "PCI support" bool "PCI support"
help help
...@@ -20,16 +17,4 @@ config PCI ...@@ -20,16 +17,4 @@ config PCI
used on some devices to allow the CPU to communicate with its used on some devices to allow the CPU to communicate with its
peripherals. peripherals.
config NET
default y
config NETDEVICES
default y
config DM_ETH
default y
config ETH_SANDBOX_RAW
default y
endmenu endmenu
CONFIG_DM_USB=y CONFIG_DM_USB=y
CONFIG_NET=y
CONFIG_NETDEVICES=y
CONFIG_DM_ETH=y
CONFIG_PCI=y CONFIG_PCI=y
CONFIG_SYS_VSNPRINTF=y CONFIG_SYS_VSNPRINTF=y
CONFIG_DEFAULT_DEVICE_TREE="sandbox" CONFIG_DEFAULT_DEVICE_TREE="sandbox"
...@@ -35,3 +38,4 @@ CONFIG_USB_STORAGE=y ...@@ -35,3 +38,4 @@ CONFIG_USB_STORAGE=y
CONFIG_DM_RTC=y CONFIG_DM_RTC=y
CONFIG_ERRNO_STR=y CONFIG_ERRNO_STR=y
CONFIG_CMD_UT_TIME=y CONFIG_CMD_UT_TIME=y
CONFIG_DM_TEST=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment