diff options
author | Tom Rini | 2022-11-19 18:45:16 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-05 16:07:12 -0500 |
commit | 19b4040df03813ffeb3af77d4f44b1b08013bf77 (patch) | |
tree | ad3418b104fa71b27eed08cc4726ac1648fe86b9 /configs/kmtepr2_defconfig | |
parent | d9feb83505b3a7c06487a1748db4f20ad189e33a (diff) |
Convert CONFIG_HWCONFIG to Kconfig
This converts the following to Kconfig:
CONFIG_HWCONFIG
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/kmtepr2_defconfig')
-rw-r--r-- | configs/kmtepr2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kmtepr2_defconfig b/configs/kmtepr2_defconfig index e099f74de1c..55158864ea3 100644 --- a/configs/kmtepr2_defconfig +++ b/configs/kmtepr2_defconfig @@ -150,6 +150,7 @@ CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n" CONFIG_AUTOBOOT_STOP_STR=" " CONFIG_BOARD_EARLY_INIT_R=y +# CONFIG_HWCONFIG is not set CONFIG_LAST_STAGE_INIT=y CONFIG_MISC_INIT_R=y CONFIG_HUSH_PARSER=y |