diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:09 -0400 |
commit | 2e6260462b5e4014169ad5b52b0931ea82649c7f (patch) | |
tree | 48d33bf949635a789170a33f4dce9d5ec1f2b887 /configs/pengwyn_defconfig | |
parent | 256fe86b600f6664d82d15f57fe3c653ba4b9a7a (diff) | |
download | u-boot-imx-2e6260462b5e4014169ad5b52b0931ea82649c7f.zip u-boot-imx-2e6260462b5e4014169ad5b52b0931ea82649c7f.tar.gz u-boot-imx-2e6260462b5e4014169ad5b52b0931ea82649c7f.tar.bz2 |
Convert CONFIG_SPL_ETH_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/pengwyn_defconfig')
-rw-r--r-- | configs/pengwyn_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/pengwyn_defconfig b/configs/pengwyn_defconfig index 804c821..681672e 100644 --- a/configs/pengwyn_defconfig +++ b/configs/pengwyn_defconfig @@ -1,8 +1,9 @@ CONFIG_ARM=y CONFIG_TARGET_PENGWYN=y CONFIG_SPL_ENV_SUPPORT=y -CONFIG_SPL=y CONFIG_VERSION_VARIABLE=y +CONFIG_SPL=y +CONFIG_SPL_ETH_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set |