diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:17 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 09:33:56 -0400 |
commit | ef072200fa64ab0ca17fd6369fcfb95585afe8da (patch) | |
tree | cf00b1616aebfdf05799cc682ca82027aedf7fcd /configs/T1040RDB_SECURE_BOOT_defconfig | |
parent | ea7971f705e5b00fad41bc15941b5415fec01ee6 (diff) | |
download | u-boot-ef072200fa64ab0ca17fd6369fcfb95585afe8da.tar.gz u-boot-ef072200fa64ab0ca17fd6369fcfb95585afe8da.tar.bz2 u-boot-ef072200fa64ab0ca17fd6369fcfb95585afe8da.zip |
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/T1040RDB_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/T1040RDB_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/T1040RDB_SECURE_BOOT_defconfig b/configs/T1040RDB_SECURE_BOOT_defconfig index c15f600d50..f16834b85c 100644 --- a/configs/T1040RDB_SECURE_BOOT_defconfig +++ b/configs/T1040RDB_SECURE_BOOT_defconfig @@ -20,6 +20,7 @@ CONFIG_CMD_USB=y CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y +CONFIG_CMD_ETHSW=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y CONFIG_DM=y |