rockchip: Kconfig: add CONFIG_GICV2 and CONFIG_GIV3 options
Change-Id: I6c7aec8af2570e7de73a0002bb88f3818b09b266 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
fa40f8a0c4
commit
a93252df4b
|
|
@ -198,6 +198,12 @@ config ROCKCHIP_PARTITION_BOOT
|
|||
help
|
||||
This enables support for bootimg system from rockchip format partition
|
||||
|
||||
config GICV2
|
||||
bool "ARM GICv2"
|
||||
|
||||
config GICV3
|
||||
bool "ARM GICv3"
|
||||
|
||||
source "arch/arm/mach-rockchip/rk3036/Kconfig"
|
||||
source "arch/arm/mach-rockchip/rk3188/Kconfig"
|
||||
source "arch/arm/mach-rockchip/rk322x/Kconfig"
|
||||
|
|
|
|||
Loading…
Reference in New Issue