spl: Kconfig: wrap some option by CONFIG_SPL_KERNEL_BOOT

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ia599ec3f94726e490467b5f8bc24199832d62dca
This commit is contained in:
Joseph Chen 2020-07-02 16:04:14 +08:00 committed by Jianhong Chen
parent 1aaaf7ac0f
commit a2b9279dbb
1 changed files with 8 additions and 6 deletions

View File

@ -836,6 +836,13 @@ config RKFW_BOOT_SECTOR
depends on SPL_LOAD_RKFW
default 0xa000
config SPL_KERNEL_BOOT
bool "Enable boot kernel in SPL"
depends on SPL
help
Enable boot kernel in SPL.
if SPL_KERNEL_BOOT
config SPL_KERNEL_ADDR
hex "Kernel load address in spl"
depends on SPL
@ -889,12 +896,7 @@ config SPL_RAMDISK_DECOM_LIMIT_SIZE
help
Define ramdisk maximum decompressible size that prevent
memory overrun.
config SPL_KERNEL_BOOT
bool "Enable boot kernel in SPL"
depends on SPL
help
Enable boot kernel in SPL.
endif
config TPL
bool