From: Shantur Rathore Date: Sat, 23 Dec 2023 06:51:59 +0000 (+0000) Subject: Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=y X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=fea3efb757f7a9c6831c023cb456f9fa5fd0278e;p=u-boot.git Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=y We need BOOTSTD_DEFAULT when BOOTSTD_FULL is selected. Signed-off-by: Shantur Rathore --- 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: