rockchip: Kconfig: add loader and trust ini options
There are too many product assortments of defconfig and ini file on some platform, so we have to add options to bind ini file with defconfig. Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I4876489d2af99b43ba3fa214a16b2d65919ed138
This commit is contained in:
parent
216f7ce88f
commit
6e24d50bef
|
|
@ -747,6 +747,18 @@ config BASE_DEFCONFIG
|
|||
help
|
||||
Indicate the base defconfig of config fragment.
|
||||
|
||||
config LOADER_INI
|
||||
string "Name of Loader ini file in rkbin repository"
|
||||
default ""
|
||||
help
|
||||
The ini file is used to pack loader image.
|
||||
|
||||
config TRUST_INI
|
||||
string "Name of Trust ini file in rkbin repository"
|
||||
default ""
|
||||
help
|
||||
The ini file is used to pack trust image.
|
||||
|
||||
config GICV2
|
||||
bool "ARM GICv2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue