blob: e426d1b7747e8c5f8ab417de2a4e515e6631e9b0 [file] [log] [blame]
Erik Gillingc5f80062010-01-21 16:53:02 -08001if ARCH_TEGRA
2
3comment "NVIDIA Tegra options"
4
Erik Gillingc5f80062010-01-21 16:53:02 -08005config ARCH_TEGRA_2x_SOC
Peter De Schrijver44107d82011-12-14 17:03:25 +02006 bool "Enable support for Tegra20 family"
Erik Gilling3c92db92010-03-15 19:40:06 -07007 select ARCH_REQUIRE_GPIOLIB
Stephen Warrenf35b4312012-02-14 13:39:39 -07008 select ARM_ERRATA_720789
9 select ARM_ERRATA_742230
10 select ARM_ERRATA_751472
11 select ARM_ERRATA_754327
Arnd Bergmann8f90cce2012-08-16 09:36:04 +000012 select ARM_ERRATA_764369 if SMP
Russell Kingb1b3f492012-10-06 17:12:25 +010013 select ARM_GIC
14 select CPU_FREQ_TABLE if CPU_FREQ
15 select CPU_V7
16 select PINCTRL
17 select PINCTRL_TEGRA20
Stephen Warrenf35b4312012-02-14 13:39:39 -070018 select PL310_ERRATA_727915 if CACHE_L2X0
19 select PL310_ERRATA_769419 if CACHE_L2X0
Russell Kingb1b3f492012-10-06 17:12:25 +010020 select USB_ARCH_HAS_EHCI if USB_SUPPORT
21 select USB_ULPI if USB
22 select USB_ULPI_VIEWPORT if USB_SUPPORT
Erik Gillingc5f80062010-01-21 16:53:02 -080023 help
24 Support for NVIDIA Tegra AP20 and T20 processors, based on the
25 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
26
Peter De Schrijver44107d82011-12-14 17:03:25 +020027config ARCH_TEGRA_3x_SOC
28 bool "Enable support for Tegra30 family"
Peter De Schrijver44107d82011-12-14 17:03:25 +020029 select ARCH_REQUIRE_GPIOLIB
Stephen Warrenf35b4312012-02-14 13:39:39 -070030 select ARM_ERRATA_743622
31 select ARM_ERRATA_751472
32 select ARM_ERRATA_754322
Arnd Bergmann8f90cce2012-08-16 09:36:04 +000033 select ARM_ERRATA_764369 if SMP
Russell Kingb1b3f492012-10-06 17:12:25 +010034 select ARM_GIC
Arnd Bergmann013df382012-03-02 15:58:28 -050035 select CPU_FREQ_TABLE if CPU_FREQ
Russell Kingb1b3f492012-10-06 17:12:25 +010036 select CPU_V7
37 select PINCTRL
38 select PINCTRL_TEGRA30
39 select PL310_ERRATA_769419 if CACHE_L2X0
40 select USB_ARCH_HAS_EHCI if USB_SUPPORT
41 select USB_ULPI if USB
42 select USB_ULPI_VIEWPORT if USB_SUPPORT
Peter De Schrijver44107d82011-12-14 17:03:25 +020043 help
44 Support for NVIDIA Tegra T30 processor family, based on the
45 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
Erik Gillingc5f80062010-01-21 16:53:02 -080046
Mike Rapoport77ffc142010-09-27 11:26:33 +020047config TEGRA_PCI
48 bool "PCI Express support"
Peter De Schrijverb2bbbc42011-12-14 17:03:14 +020049 depends on ARCH_TEGRA_2x_SOC
Mike Rapoport77ffc142010-09-27 11:26:33 +020050 select PCI
51
Hiroshi DOYU87d0bab2012-05-07 12:24:48 +020052config TEGRA_AHB
53 bool "Enable AHB driver for NVIDIA Tegra SoCs"
54 default y
55 help
56 Adds AHB configuration functionality for NVIDIA Tegra SoCs,
57 which controls AHB bus master arbitration and some
58 perfomance parameters(priority, prefech size).
59
Colin Crossefdf72a2011-02-12 18:22:49 -080060config TEGRA_EMC_SCALING_ENABLE
61 bool "Enable scaling the memory frequency"
Mark Brown38376862011-02-22 20:35:24 +000062
63endif