aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorHiroshi Doyu <hdoyu@nvidia.com>2013-01-23 20:10:26 -0500
committerStephen Warren <swarren@nvidia.com>2013-01-28 13:23:15 -0500
commit5c541b884c09559723f426af2391ab07a4ca10e0 (patch)
tree18dbaeb7b8d35cadf695ea4ed952ef3b0b4d19d3 /arch/arm/mach-tegra/Kconfig
parent9f19cbef99a29669a1224e3ba6ba505152247517 (diff)
ARM: tegra: Add initial support for Tegra114 SoC.
Add new Tegra 114 SoC support. Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index abc688fd4807..eada60f388af 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -45,6 +45,16 @@ config ARCH_TEGRA_3x_SOC
45 Support for NVIDIA Tegra T30 processor family, based on the 45 Support for NVIDIA Tegra T30 processor family, based on the
46 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller 46 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
47 47
48config ARCH_TEGRA_114_SOC
49 bool "Enable support for Tegra114 family"
50 select ARM_GIC
51 select CPU_V7
52 select ARM_L1_CACHE_SHIFT_6
53 select ARM_ARCH_TIMER
54 help
55 Support for NVIDIA Tegra T114 processor family, based on the
56 ARM CortexA15MP CPU
57
48config TEGRA_PCI 58config TEGRA_PCI
49 bool "PCI Express support" 59 bool "PCI Express support"
50 depends on ARCH_TEGRA_2x_SOC 60 depends on ARCH_TEGRA_2x_SOC