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:
Joseph Chen 2017-09-25 15:24:33 +08:00
parent fa40f8a0c4
commit a93252df4b
1 changed files with 6 additions and 0 deletions

View File

@ -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"