mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 07:17:10 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -426,6 +426,7 @@ config VPL_BOOTSTD
|
||||||
config BOOTSTD_FULL
|
config BOOTSTD_FULL
|
||||||
bool "Enhanced features for standard boot"
|
bool "Enhanced features for standard boot"
|
||||||
default y if SANDBOX
|
default y if SANDBOX
|
||||||
|
imply BOOTSTD_DEFAULTS
|
||||||
help
|
help
|
||||||
This enables various useful features for standard boot, which are not
|
This enables various useful features for standard boot, which are not
|
||||||
essential for operation:
|
essential for operation:
|
||||||
|
|
Loading…
Add table
Reference in a new issue