diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2014-11-24 09:35:19 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-11-26 10:55:15 -0500 |
commit | 1981272912c211d668c0f62ffee4f5acc55c3bdd (patch) | |
tree | 5863afbb5c8ea16707f8e2269f0759c0ce1a0d81 /arch | |
parent | da33f31de3e1eebb198109c1cccdc3a094e369c4 (diff) |
irqchip: GICv3: ITS: enable compilation of the ITS driver
Get the show on the road...
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Link: https://lkml.kernel.org/r/1416839720-18400-13-git-send-email-marc.zyngier@arm.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index ac9afde76dea..1f49c288457b 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -13,6 +13,7 @@ config ARM64 | |||
13 | select ARM_GIC | 13 | select ARM_GIC |
14 | select AUDIT_ARCH_COMPAT_GENERIC | 14 | select AUDIT_ARCH_COMPAT_GENERIC |
15 | select ARM_GIC_V3 | 15 | select ARM_GIC_V3 |
16 | select ARM_GIC_V3_ITS if PCI_MSI | ||
16 | select BUILDTIME_EXTABLE_SORT | 17 | select BUILDTIME_EXTABLE_SORT |
17 | select CLONE_BACKWARDS | 18 | select CLONE_BACKWARDS |
18 | select COMMON_CLK | 19 | select COMMON_CLK |