diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-09-19 16:19:02 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-11-16 14:22:17 -0500 |
commit | c5a4d6b07ac98405f347c796bc74f4367e516898 (patch) | |
tree | 88a3aebb0d3c4153ed74cc3d311d9ba7e3104d84 /arch/arm/Kconfig | |
parent | 3a04931e3b6230926ebe200192545a8d952d787d (diff) |
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 ade7e924bef5..22d7a545f55f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -644,6 +644,7 @@ config ARCH_TEGRA | |||
644 | select HAVE_CLK | 644 | select HAVE_CLK |
645 | select HAVE_SMP | 645 | select HAVE_SMP |
646 | select MIGHT_HAVE_CACHE_L2X0 | 646 | select MIGHT_HAVE_CACHE_L2X0 |
647 | select SPARSE_IRQ | ||
647 | select USE_OF | 648 | select USE_OF |
648 | help | 649 | help |
649 | This enables support for NVIDIA Tegra based systems (Tegra APX, | 650 | This enables support for NVIDIA Tegra based systems (Tegra APX, |