Merge tag 'tegra-for-3.10-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / arch / arm / mach-tegra / Kconfig
CommitLineData
90027225
SW
1config ARCH_TEGRA
2 bool "NVIDIA Tegra" if ARCH_MULTI_V7
3 select ARCH_HAS_CPUFREQ
4 select ARCH_REQUIRE_GPIOLIB
5 select CLKDEV_LOOKUP
6 select CLKSRC_MMIO
7 select CLKSRC_OF
8 select COMMON_CLK
9 select GENERIC_CLOCKEVENTS
10 select HAVE_CLK
11 select HAVE_SMP
12 select MIGHT_HAVE_CACHE_L2X0
13 select SOC_BUS
14 select SPARSE_IRQ
15 select USE_OF
16 help
17 This enables support for NVIDIA Tegra based systems.
c5f80065 18
90027225
SW
19menu "NVIDIA Tegra options"
20 depends on ARCH_TEGRA
c5f80065 21
c5f80065 22config ARCH_TEGRA_2x_SOC
44107d8b 23 bool "Enable support for Tegra20 family"
1d328606 24 select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
f35b431d 25 select ARM_ERRATA_720789
45c9e592 26 select ARM_ERRATA_754327 if SMP
8f90cce5 27 select ARM_ERRATA_764369 if SMP
b1b3f49c
RK
28 select ARM_GIC
29 select CPU_FREQ_TABLE if CPU_FREQ
30 select CPU_V7
31 select PINCTRL
32 select PINCTRL_TEGRA20
f35b431d
SW
33 select PL310_ERRATA_727915 if CACHE_L2X0
34 select PL310_ERRATA_769419 if CACHE_L2X0
b1b3f49c
RK
35 select USB_ARCH_HAS_EHCI if USB_SUPPORT
36 select USB_ULPI if USB
37 select USB_ULPI_VIEWPORT if USB_SUPPORT
c5f80065
EG
38 help
39 Support for NVIDIA Tegra AP20 and T20 processors, based on the
40 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
41
44107d8b
PDS
42config ARCH_TEGRA_3x_SOC
43 bool "Enable support for Tegra30 family"
f35b431d 44 select ARM_ERRATA_754322
8f90cce5 45 select ARM_ERRATA_764369 if SMP
b1b3f49c 46 select ARM_GIC
013df388 47 select CPU_FREQ_TABLE if CPU_FREQ
b1b3f49c
RK
48 select CPU_V7
49 select PINCTRL
50 select PINCTRL_TEGRA30
51 select PL310_ERRATA_769419 if CACHE_L2X0
52 select USB_ARCH_HAS_EHCI if USB_SUPPORT
53 select USB_ULPI if USB
54 select USB_ULPI_VIEWPORT if USB_SUPPORT
44107d8b
PDS
55 help
56 Support for NVIDIA Tegra T30 processor family, based on the
57 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
c5f80065 58
5c541b88
HD
59config ARCH_TEGRA_114_SOC
60 bool "Enable support for Tegra114 family"
1d7e5c2c 61 select ARM_ARCH_TIMER
5c541b88 62 select ARM_GIC
5c541b88 63 select ARM_L1_CACHE_SHIFT_6
1d7e5c2c 64 select CPU_V7
20fd4806
LD
65 select PINCTRL
66 select PINCTRL_TEGRA114
5c541b88
HD
67 help
68 Support for NVIDIA Tegra T114 processor family, based on the
69 ARM CortexA15MP CPU
70
77ffc146
MR
71config TEGRA_PCI
72 bool "PCI Express support"
b2bbbc4d 73 depends on ARCH_TEGRA_2x_SOC
77ffc146
MR
74 select PCI
75
87d0bab2
HD
76config TEGRA_AHB
77 bool "Enable AHB driver for NVIDIA Tegra SoCs"
78 default y
79 help
80 Adds AHB configuration functionality for NVIDIA Tegra SoCs,
81 which controls AHB bus master arbitration and some
e41e85cc 82 performance parameters(priority, prefech size).
87d0bab2 83
efdf72ad
CC
84config TEGRA_EMC_SCALING_ENABLE
85 bool "Enable scaling the memory frequency"
38376866 86
90027225 87endmenu
This page took 0.158681 seconds and 5 git commands to generate.