diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:02 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:04 -0400 |
commit | 295ab895e354f5cb33df5e8c18708f75eea54b0b (patch) | |
tree | 54d0c4bac921442e4712988a897fae1af642aa29 /configs/chiliboard_defconfig | |
parent | 0735ac85224a8b518eec6792bac116781dc67aac (diff) | |
download | u-boot-295ab895e354f5cb33df5e8c18708f75eea54b0b.tar.gz |
Convert CONFIG_ARCH_MISC_INIT to Kconfig
This converts the following to Kconfig:
CONFIG_ARCH_MISC_INIT
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/chiliboard_defconfig')
-rw-r--r-- | configs/chiliboard_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chiliboard_defconfig b/configs/chiliboard_defconfig index 30100a3151d..afc73dc89c5 100644 --- a/configs/chiliboard_defconfig +++ b/configs/chiliboard_defconfig @@ -19,6 +19,7 @@ CONFIG_BOOTDELAY=1 # CONFIG_USE_BOOTCOMMAND is not set CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_DEFAULT_FDT_FILE="am335x-chiliboard.dtb" +CONFIG_ARCH_MISC_INIT=y CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_POWER_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=y |