commit | 9cebc4ad8ebe6832c6d0eca786a85533a3b54ce4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Nov 19 18:45:44 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 05 16:11:50 2022 -0500 |
tree | 991419da6908e988faf815bafec3a7c01f8e9d8a | |
parent | d948c8988c212bc8fe94db556b7ef265d2e96452 [diff] [blame] |
post: Migrate to Kconfig We move the existing CONFIG_POST_* functionality over to CFG_POST and then introduce CONFIG_POST to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/kmcent2_defconfig b/configs/kmcent2_defconfig index 48ac85b..41b2628 100644 --- a/configs/kmcent2_defconfig +++ b/configs/kmcent2_defconfig
@@ -110,3 +110,4 @@ CONFIG_BCH=y CONFIG_PANIC_HANG=y CONFIG_LZO=y +CONFIG_POST=y