blob: d1c4893894cee26e23f1ba962c9ac45c3915f2cd [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
Stephen Warrenf35b4312012-02-14 13:39:39 -07008 select ARM_ERRATA_720789
Stephen Warren45c9e592013-01-02 14:34:15 -07009 select ARM_ERRATA_742230 if SMP
Stephen Warrenf35b4312012-02-14 13:39:39 -070010 select ARM_ERRATA_751472
Stephen Warren45c9e592013-01-02 14:34:15 -070011 select ARM_ERRATA_754327 if SMP
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"
Stephen Warrenf35b4312012-02-14 13:39:39 -070029 select ARM_ERRATA_743622
30 select ARM_ERRATA_751472
31 select ARM_ERRATA_754322
Arnd Bergmann8f90cce2012-08-16 09:36:04 +000032 select ARM_ERRATA_764369 if SMP
Russell Kingb1b3f492012-10-06 17:12:25 +010033 select ARM_GIC
Arnd Bergmann013df382012-03-02 15:58:28 -050034 select CPU_FREQ_TABLE if CPU_FREQ
Russell Kingb1b3f492012-10-06 17:12:25 +010035 select CPU_V7
36 select PINCTRL
37 select PINCTRL_TEGRA30
38 select PL310_ERRATA_769419 if CACHE_L2X0
39 select USB_ARCH_HAS_EHCI if USB_SUPPORT
40 select USB_ULPI if USB
41 select USB_ULPI_VIEWPORT if USB_SUPPORT
Peter De Schrijver44107d82011-12-14 17:03:25 +020042 help
43 Support for NVIDIA Tegra T30 processor family, based on the
44 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
Erik Gillingc5f80062010-01-21 16:53:02 -080045
Hiroshi Doyu5c541b82013-01-24 01:10:26 +000046config ARCH_TEGRA_114_SOC
47 bool "Enable support for Tegra114 family"
Hiroshi Doyu5c541b82013-01-24 01:10:26 +000048 select ARM_ARCH_TIMER
Stephen Warren1d7e5c22013-02-07 14:43:24 -070049 select ARM_GIC
50 select ARM_L1_CACHE_SHIFT_6
51 select CPU_V7
Laxman Dewangan20fd4802013-01-29 18:26:17 +053052 select PINCTRL
53 select PINCTRL_TEGRA114
Hiroshi Doyu5c541b82013-01-24 01:10:26 +000054 help
55 Support for NVIDIA Tegra T114 processor family, based on the
56 ARM CortexA15MP CPU
57
Mike Rapoport77ffc142010-09-27 11:26:33 +020058config TEGRA_PCI
59 bool "PCI Express support"
Peter De Schrijverb2bbbc42011-12-14 17:03:14 +020060 depends on ARCH_TEGRA_2x_SOC
Mike Rapoport77ffc142010-09-27 11:26:33 +020061 select PCI
62
Hiroshi DOYU87d0bab2012-05-07 12:24:48 +020063config TEGRA_AHB
64 bool "Enable AHB driver for NVIDIA Tegra SoCs"
65 default y
66 help
67 Adds AHB configuration functionality for NVIDIA Tegra SoCs,
68 which controls AHB bus master arbitration and some
Masanari Iidae41e85c2012-11-30 16:44:39 +090069 performance parameters(priority, prefech size).
Hiroshi DOYU87d0bab2012-05-07 12:24:48 +020070
Colin Crossefdf72a2011-02-12 18:22:49 -080071config TEGRA_EMC_SCALING_ENABLE
72 bool "Enable scaling the memory frequency"
Mark Brown38376862011-02-22 20:35:24 +000073
74endif