mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-04 10:03:41 +08:00
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>
This commit is contained in:
parent
83a8424722
commit
fea3efb757
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user