summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-09-19 14:19:02 -0600
committerStephen Warren <swarren@nvidia.com>2012-11-16 12:22:17 -0700
commitc5a4d6b07ac98405f347c796bc74f4367e516898 (patch)
tree88a3aebb0d3c4153ed74cc3d311d9ba7e3104d84 /arch/arm/Kconfig
parent3a04931e3b6230926ebe200192545a8d952d787d (diff)
downloadop-kernel-dev-c5a4d6b07ac98405f347c796bc74f4367e516898.zip
op-kernel-dev-c5a4d6b07ac98405f347c796bc74f4367e516898.tar.gz
ARM: tegra: select SPARSE_IRQ
SPARSE_IRQ is required for single zImage support. With this enabled, we can delete <mach/irqs.h>. This requires removing one unnecessary include of that file, and hard-coding the PCIe IRQ into the PCIe driver. This is a hack that will be dealt with as part of converting the PCIe driver into a true DT-supporting driver. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index ade7e92..22d7a54 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -644,6 +644,7 @@ config ARCH_TEGRA
select HAVE_CLK
select HAVE_SMP
select MIGHT_HAVE_CACHE_L2X0
+ select SPARSE_IRQ
select USE_OF
help
This enables support for NVIDIA Tegra based systems (Tegra APX,
OpenPOWER on IntegriCloud