summaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 09:25:17 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-22 13:33:56 (GMT)
commitef072200fa64ab0ca17fd6369fcfb95585afe8da (patch)
treecf00b1616aebfdf05799cc682ca82027aedf7fcd /configs/sandbox_defconfig
parentea7971f705e5b00fad41bc15941b5415fec01ee6 (diff)
downloadu-boot-ef072200fa64ab0ca17fd6369fcfb95585afe8da.tar.xz
Convert CONFIG_CMD_ETHSW to Kconfig
This converts the following to Kconfig: CONFIG_CMD_ETHSW Also enable it for sandbox to increase build coverage. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 9e46fa6..3b136e8 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -184,5 +184,6 @@ CONFIG_UNIT_TEST=y
CONFIG_UT_TIME=y
CONFIG_UT_DM=y
CONFIG_UT_ENV=y
+CONFIG_CMD_ETHSW=y
CONFIG_WDT=y
CONFIG_WDT_SANDBOX=y