From fea3efb757f7a9c6831c023cb456f9fa5fd0278e Mon Sep 17 00:00:00 2001 From: Shantur Rathore Date: Sat, 23 Dec 2023 06:51:59 +0000 Subject: [PATCH] Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=y We need BOOTSTD_DEFAULT when BOOTSTD_FULL is selected. Signed-off-by: Shantur Rathore --- boot/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/Kconfig b/boot/Kconfig index 70ff24808b..71ee41645f 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: -- 2.39.5