commit | fea3efb757f7a9c6831c023cb456f9fa5fd0278e | [log] [tgz] |
---|---|---|
author | Shantur Rathore <i@shantur.com> | Sat Dec 23 06:51:59 2023 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 19 18:30:08 2024 -0500 |
tree | 9118ed92963f1a10469711404fd15f9a6702b297 | |
parent | 83a8424722f364955f8e28ae164fbfc598b2e5f8 [diff] |
Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=y We need BOOTSTD_DEFAULT when BOOTSTD_FULL is selected. Signed-off-by: Shantur Rathore <i@shantur.com>
diff --git a/boot/Kconfig b/boot/Kconfig index 70ff248..71ee416 100644 --- a/boot/Kconfig +++ b/boot/Kconfig
@@ -426,6 +426,7 @@ config BOOTSTD_FULL bool "Enhanced features for standard boot" default y if SANDBOX + imply BOOTSTD_DEFAULTS help This enables various useful features for standard boot, which are not essential for operation: