arch: arm: select ARM_GIC even for targets with gic-v3
Some of the features like MSM_GIC_SHOW_IRQ are using ARM_GIC flag. So select this even for gic-v3 target on 32-bit. This will also make it consistent with arm64 where ARM_GIC is selected along with gic-v3. Change-Id: Ie929d63a23c88799c488c5a79c81cd1cbfaa6565 Signed-off-by: Srinivas Ramana <sramana@codeaurora.org>
This commit is contained in:
parent
400520a6e2
commit
498823ccd9
2 changed files with 1 additions and 3 deletions
|
@ -641,6 +641,7 @@ config ARCH_QCOM
|
|||
select CLKDEV_LOOKUP
|
||||
select GENERIC_CLOCKEVENTS
|
||||
select GENERIC_ALLOCATOR
|
||||
select ARM_GIC
|
||||
select ARM_PATCH_PHYS_VIRT
|
||||
select ARM_HAS_SG_CHAIN
|
||||
select ARCH_HAS_OPP
|
||||
|
|
|
@ -38,7 +38,6 @@ config ARCH_MSMFALCON
|
|||
config ARCH_MSM8X60
|
||||
bool "Enable support for MSM8X60"
|
||||
select ARCH_SUPPORTS_BIG_ENDIAN
|
||||
select ARM_GIC
|
||||
select ARM_AMBA
|
||||
select QCOM_SCM if SMP
|
||||
select CLKSRC_QCOM
|
||||
|
@ -49,7 +48,6 @@ config ARCH_MSM8960
|
|||
bool "Enable support for MSM8960"
|
||||
select CLKSRC_QCOM
|
||||
select ARCH_SUPPORTS_BIG_ENDIAN
|
||||
select ARM_GIC
|
||||
select ARM_AMBA
|
||||
select QCOM_SCM if SMP
|
||||
select CLKSRC_OF
|
||||
|
@ -59,7 +57,6 @@ config ARCH_MSM8974
|
|||
bool "Enable support for MSM8974"
|
||||
select HAVE_ARM_ARCH_TIMER
|
||||
select ARCH_SUPPORTS_BIG_ENDIAN
|
||||
select ARM_GIC
|
||||
select ARM_AMBA
|
||||
select QCOM_SCM if SMP
|
||||
select CLKSRC_OF
|
||||
|
|
Loading…
Add table
Reference in a new issue