blob: abc688fd48076c790f29a9badd6bbe68d6b1a818 [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"
Joseph Lo1d328602013-01-16 17:33:55 +00007 select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
Erik Gilling3c92db92010-03-15 19:40:06 -07008 select ARCH_REQUIRE_GPIOLIB
Stephen Warrenf35b4312012-02-14 13:39:39 -07009 select ARM_ERRATA_720789
Stephen Warren45c9e592013-01-02 14:34:15 -070010 select ARM_ERRATA_742230 if SMP
Stephen Warrenf35b4312012-02-14 13:39:39 -070011 select ARM_ERRATA_751472
Stephen Warren45c9e592013-01-02 14:34:15 -070012 select ARM_ERRATA_754327 if SMP
Arnd Bergmann8f90cce2012-08-16 09:36:04 +000013 select ARM_ERRATA_764369 if SMP
Russell Kingb1b3f492012-10-06 17:12:25 +010014 select ARM_GIC
15 select CPU_FREQ_TABLE if CPU_FREQ
16 select CPU_V7
17 select PINCTRL
18 select PINCTRL_TEGRA20
Stephen Warrenf35b4312012-02-14 13:39:39 -070019 select PL310_ERRATA_727915 if CACHE_L2X0
20 select PL310_ERRATA_769419 if CACHE_L2X0
Russell Kingb1b3f492012-10-06 17:12:25 +010021 select USB_ARCH_HAS_EHCI if USB_SUPPORT
22 select USB_ULPI if USB
23 select USB_ULPI_VIEWPORT if USB_SUPPORT
Erik Gillingc5f80062010-01-21 16:53:02 -080024 help
25 Support for NVIDIA Tegra AP20 and T20 processors, based on the
26 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
27
Peter De Schrijver44107d82011-12-14 17:03:25 +020028config ARCH_TEGRA_3x_SOC
29 bool "Enable support for Tegra30 family"
Peter De Schrijver44107d82011-12-14 17:03:25 +020030 select ARCH_REQUIRE_GPIOLIB
Stephen Warrenf35b4312012-02-14 13:39:39 -070031 select ARM_ERRATA_743622
32 select ARM_ERRATA_751472
33 select ARM_ERRATA_754322
Arnd Bergmann8f90cce2012-08-16 09:36:04 +000034 select ARM_ERRATA_764369 if SMP
Russell Kingb1b3f492012-10-06 17:12:25 +010035 select ARM_GIC
Arnd Bergmann013df382012-03-02 15:58:28 -050036 select CPU_FREQ_TABLE if CPU_FREQ
Russell Kingb1b3f492012-10-06 17:12:25 +010037 select CPU_V7
38 select PINCTRL
39 select PINCTRL_TEGRA30
40 select PL310_ERRATA_769419 if CACHE_L2X0
41 select USB_ARCH_HAS_EHCI if USB_SUPPORT
42 select USB_ULPI if USB
43 select USB_ULPI_VIEWPORT if USB_SUPPORT
Peter De Schrijver44107d82011-12-14 17:03:25 +020044 help
45 Support for NVIDIA Tegra T30 processor family, based on the
46 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
Erik Gillingc5f80062010-01-21 16:53:02 -080047
Mike Rapoport77ffc142010-09-27 11:26:33 +020048config TEGRA_PCI
49 bool "PCI Express support"
Peter De Schrijverb2bbbc42011-12-14 17:03:14 +020050 depends on ARCH_TEGRA_2x_SOC
Mike Rapoport77ffc142010-09-27 11:26:33 +020051 select PCI
52
Hiroshi DOYU87d0bab2012-05-07 12:24:48 +020053config TEGRA_AHB
54 bool "Enable AHB driver for NVIDIA Tegra SoCs"
55 default y
56 help
57 Adds AHB configuration functionality for NVIDIA Tegra SoCs,
58 which controls AHB bus master arbitration and some
Masanari Iidae41e85c2012-11-30 16:44:39 +090059 performance parameters(priority, prefech size).
Hiroshi DOYU87d0bab2012-05-07 12:24:48 +020060
Colin Crossefdf72a2011-02-12 18:22:49 -080061config TEGRA_EMC_SCALING_ENABLE
62 bool "Enable scaling the memory frequency"
Mark Brown38376862011-02-22 20:35:24 +000063
64endif