diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:28:00 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 13:40:57 -0400 |
commit | 854fcd553764709939ad542c2c5bd5470b780c2f (patch) | |
tree | 295562d6272ce5574385053d0bd55782f94c51ee /configs/icon_defconfig | |
parent | deb959991528bee05079426c189f538ad3850337 (diff) | |
download | u-boot-854fcd553764709939ad542c2c5bd5470b780c2f.tar.gz u-boot-854fcd553764709939ad542c2c5bd5470b780c2f.tar.xz u-boot-854fcd553764709939ad542c2c5bd5470b780c2f.zip |
Convert CONFIG_CMD_CHIP_CONFIG to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_CHIP_CONFIG
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/icon_defconfig')
-rw-r--r-- | configs/icon_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/icon_defconfig b/configs/icon_defconfig index c2e510dd9b..117fcb559d 100644 --- a/configs/icon_defconfig +++ b/configs/icon_defconfig @@ -2,6 +2,7 @@ CONFIG_PPC=y CONFIG_VIDEO=y CONFIG_4xx=y CONFIG_TARGET_ICON=y +CONFIG_CMD_CHIP_CONFIG=y CONFIG_OF_BOARD_SETUP=y CONFIG_BOOTDELAY=5 # CONFIG_CONSOLE_MUX is not set |