diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-09-19 14:19:02 -0600 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-11-16 12:22:17 -0700 |
commit | c5a4d6b07ac98405f347c796bc74f4367e516898 (patch) | |
tree | 88a3aebb0d3c4153ed74cc3d311d9ba7e3104d84 /arch/arm/Kconfig | |
parent | 3a04931e3b6230926ebe200192545a8d952d787d (diff) | |
download | linux-3.10-c5a4d6b07ac98405f347c796bc74f4367e516898.tar.gz linux-3.10-c5a4d6b07ac98405f347c796bc74f4367e516898.tar.bz2 linux-3.10-c5a4d6b07ac98405f347c796bc74f4367e516898.zip |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ade7e924bef..22d7a545f55 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, |