diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2015-05-20 14:27:15 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-21 09:13:18 -0400 |
commit | c0d57304eba166d133b84b36e38df2a27fc9e832 (patch) | |
tree | cb4afcee8fccb933d1b36ef75e0e2214902ef946 /configs | |
parent | b8970748817bbc07ac1576c9f4c728efd2590218 (diff) | |
download | u-boot-imx-c0d57304eba166d133b84b36e38df2a27fc9e832.zip u-boot-imx-c0d57304eba166d133b84b36e38df2a27fc9e832.tar.gz u-boot-imx-c0d57304eba166d133b84b36e38df2a27fc9e832.tar.bz2 |
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 'configs')
-rw-r--r-- | configs/sandbox_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index b333b61..8e0c4cd 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -1,4 +1,7 @@ CONFIG_DM_USB=y +CONFIG_NET=y +CONFIG_NETDEVICES=y +CONFIG_DM_ETH=y CONFIG_PCI=y CONFIG_SYS_VSNPRINTF=y CONFIG_DEFAULT_DEVICE_TREE="sandbox" @@ -35,3 +38,4 @@ CONFIG_USB_STORAGE=y CONFIG_DM_RTC=y CONFIG_ERRNO_STR=y CONFIG_CMD_UT_TIME=y +CONFIG_DM_TEST=y |