diff options
| author | Tom Rini <[email protected]> | 2022-11-19 18:45:44 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-05 16:11:50 -0500 |
| commit | 9cebc4ad8ebe6832c6d0eca786a85533a3b54ce4 (patch) | |
| tree | 991419da6908e988faf815bafec3a7c01f8e9d8a /configs/kmcent2_defconfig | |
| parent | d948c8988c212bc8fe94db556b7ef265d2e96452 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'configs/kmcent2_defconfig')
| -rw-r--r-- | configs/kmcent2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kmcent2_defconfig b/configs/kmcent2_defconfig index 48ac85b699b..41b26287d56 100644 --- a/configs/kmcent2_defconfig +++ b/configs/kmcent2_defconfig @@ -110,3 +110,4 @@ CONFIG_FS_CRAMFS=y CONFIG_BCH=y CONFIG_PANIC_HANG=y CONFIG_LZO=y +CONFIG_POST=y |
