diff options
author | Dan Willemsen <dwillemsen@nvidia.com> | 2013-08-19 20:46:16 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-13 22:38:59 -0700 |
commit | f95f9919cc90f62e77bc0a85337dd66419c83bf7 (patch) | |
tree | 402ac44b49cde68c99bc0aeac96bc08a9a645b25 /arch/arm/Kconfig | |
parent | 629ab6a31c9ab68fde3e0bbead1d531c5949499c (diff) |
Revert "ARM: tegra: convert to multi-platform"
This reverts commit 9002722560ba86a2f59811e3d11a2575bf47e1f6.
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 47f79a187432..014ad58dce4c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -599,6 +599,25 @@ config ARCH_LPC32XX help Support for the NXP LPC32XX family of processors +config ARCH_TEGRA + bool "NVIDIA Tegra" + select ARCH_HAS_CPUFREQ + select ARCH_REQUIRE_GPIOLIB + select CLKDEV_LOOKUP + select CLKSRC_MMIO + select CLKSRC_OF + select COMMON_CLK + select GENERIC_CLOCKEVENTS + select HAVE_CLK + select HAVE_SMP + select MIGHT_HAVE_CACHE_L2X0 + select SOC_BUS + select SPARSE_IRQ + select USE_OF + help + This enables support for NVIDIA Tegra based systems (Tegra APX, + Tegra 6xx and Tegra 2 series). + config ARCH_PXA bool "PXA2xx/PXA3xx-based" depends on MMU |