diff options
| author | Shantur Rathore <[email protected]> | 2023-12-23 06:51:59 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-01-19 18:30:08 -0500 |
| commit | fea3efb757f7a9c6831c023cb456f9fa5fd0278e (patch) | |
| tree | 9118ed92963f1a10469711404fd15f9a6702b297 /boot | |
| 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 <[email protected]>
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index 70ff24808b0..71ee41645f3 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -426,6 +426,7 @@ config VPL_BOOTSTD 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: |
