aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-09-26 15:08:59 -0400
committerStephen Warren <swarren@nvidia.com>2013-03-29 20:10:25 -0400
commit9002722560ba86a2f59811e3d11a2575bf47e1f6 (patch)
tree3bbdaa0359cf2b64740dbd4e3aec5eb219b96f48 /arch/arm/Kconfig
parente4bcda28344cc4762c57ad7333f0472a39e83479 (diff)
ARM: tegra: convert to multi-platform
This allows Tegra be included in a kernel build that supports multiple SoCs at once, which is useful for distro kernels. This change: * Moves Tegra's Kconfig into its own directory, as seems typical for multi-platform conversions. * Stops selecting some ARM errata that are incompatible with multi- platform. This requires that you use a bootloader that enables the workaround! * Deletes some headers and Makefile.boot that aren't needed now that we support multi-platform. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 59b7be794582..f6dfe23eb57d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -663,25 +663,6 @@ config ARCH_LPC32XX
663 help 663 help
664 Support for the NXP LPC32XX family of processors 664 Support for the NXP LPC32XX family of processors
665 665
666config ARCH_TEGRA
667 bool "NVIDIA Tegra"
668 select ARCH_HAS_CPUFREQ
669 select ARCH_REQUIRE_GPIOLIB
670 select CLKDEV_LOOKUP
671 select CLKSRC_MMIO
672 select CLKSRC_OF
673 select COMMON_CLK
674 select GENERIC_CLOCKEVENTS
675 select HAVE_CLK
676 select HAVE_SMP
677 select MIGHT_HAVE_CACHE_L2X0
678 select SOC_BUS
679 select SPARSE_IRQ
680 select USE_OF
681 help
682 This enables support for NVIDIA Tegra based systems (Tegra APX,
683 Tegra 6xx and Tegra 2 series).
684
685config ARCH_PXA 666config ARCH_PXA
686 bool "PXA2xx/PXA3xx-based" 667 bool "PXA2xx/PXA3xx-based"
687 depends on MMU 668 depends on MMU