Rob Herring | 21278ae | 2014-06-10 09:06:10 -0500 | [diff] [blame] | 1 | menuconfig ARCH_TEGRA |
Stephen Warren | 9002722 | 2012-09-26 13:08:59 -0600 | [diff] [blame] | 2 | bool "NVIDIA Tegra" if ARCH_MULTI_V7 |
Stephen Warren | 9002722 | 2012-09-26 13:08:59 -0600 | [diff] [blame] | 3 | select ARCH_REQUIRE_GPIOLIB |
Alexandre Courbot | 1a5de3a | 2013-11-24 15:30:49 +0900 | [diff] [blame] | 4 | select ARCH_SUPPORTS_TRUSTED_FOUNDATIONS |
Stephen Warren | 20984c4 | 2013-08-06 14:38:51 -0600 | [diff] [blame] | 5 | select ARM_GIC |
Stephen Warren | 9002722 | 2012-09-26 13:08:59 -0600 | [diff] [blame] | 6 | select CLKSRC_MMIO |
Stephen Boyd | 4c3ffff | 2013-02-27 15:28:14 -0800 | [diff] [blame] | 7 | select HAVE_ARM_SCU if SMP |
Stephen Boyd | a894fcc | 2013-02-15 16:02:20 -0800 | [diff] [blame] | 8 | select HAVE_ARM_TWD if SMP |
Stephen Warren | 20984c4 | 2013-08-06 14:38:51 -0600 | [diff] [blame] | 9 | select PINCTRL |
Stephen Warren | e042146 | 2013-11-06 15:23:29 -0700 | [diff] [blame] | 10 | select ARCH_HAS_RESET_CONTROLLER |
| 11 | select RESET_CONTROLLER |
Stephen Warren | 9002722 | 2012-09-26 13:08:59 -0600 | [diff] [blame] | 12 | select SOC_BUS |
Stephen Warren | 20984c4 | 2013-08-06 14:38:51 -0600 | [diff] [blame] | 13 | select USB_ULPI if USB_PHY |
| 14 | select USB_ULPI_VIEWPORT if USB_PHY |
Stephen Warren | 9002722 | 2012-09-26 13:08:59 -0600 | [diff] [blame] | 15 | help |
| 16 | This enables support for NVIDIA Tegra based systems. |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 17 | |
Rob Herring | 21278ae | 2014-06-10 09:06:10 -0500 | [diff] [blame] | 18 | if ARCH_TEGRA |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 19 | |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 20 | config ARCH_TEGRA_2x_SOC |
Peter De Schrijver | 44107d8 | 2011-12-14 17:03:25 +0200 | [diff] [blame] | 21 | bool "Enable support for Tegra20 family" |
Joseph Lo | 1d32860 | 2013-01-16 17:33:55 +0000 | [diff] [blame] | 22 | select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP |
Stephen Warren | f35b431 | 2012-02-14 13:39:39 -0700 | [diff] [blame] | 23 | select ARM_ERRATA_720789 |
Stephen Warren | 45c9e59 | 2013-01-02 14:34:15 -0700 | [diff] [blame] | 24 | select ARM_ERRATA_754327 if SMP |
Arnd Bergmann | 8f90cce | 2012-08-16 09:36:04 +0000 | [diff] [blame] | 25 | select ARM_ERRATA_764369 if SMP |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 26 | select PINCTRL_TEGRA20 |
Stephen Warren | f35b431 | 2012-02-14 13:39:39 -0700 | [diff] [blame] | 27 | select PL310_ERRATA_727915 if CACHE_L2X0 |
| 28 | select PL310_ERRATA_769419 if CACHE_L2X0 |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 29 | help |
| 30 | Support for NVIDIA Tegra AP20 and T20 processors, based on the |
| 31 | ARM CortexA9MP CPU and the ARM PL310 L2 cache controller |
| 32 | |
Peter De Schrijver | 44107d8 | 2011-12-14 17:03:25 +0200 | [diff] [blame] | 33 | config ARCH_TEGRA_3x_SOC |
| 34 | bool "Enable support for Tegra30 family" |
Stephen Warren | f35b431 | 2012-02-14 13:39:39 -0700 | [diff] [blame] | 35 | select ARM_ERRATA_754322 |
Arnd Bergmann | 8f90cce | 2012-08-16 09:36:04 +0000 | [diff] [blame] | 36 | select ARM_ERRATA_764369 if SMP |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 37 | select PINCTRL_TEGRA30 |
| 38 | select PL310_ERRATA_769419 if CACHE_L2X0 |
Peter De Schrijver | 44107d8 | 2011-12-14 17:03:25 +0200 | [diff] [blame] | 39 | help |
| 40 | Support for NVIDIA Tegra T30 processor family, based on the |
| 41 | ARM CortexA9MP CPU and the ARM PL310 L2 cache controller |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 42 | |
Hiroshi Doyu | 5c541b8 | 2013-01-24 01:10:26 +0000 | [diff] [blame] | 43 | config ARCH_TEGRA_114_SOC |
| 44 | bool "Enable support for Tegra114 family" |
Russell King | 59fd303 | 2013-10-21 09:33:49 +0100 | [diff] [blame] | 45 | select ARM_ERRATA_798181 if SMP |
Stephen Warren | 1d7e5c2 | 2013-02-07 14:43:24 -0700 | [diff] [blame] | 46 | select ARM_L1_CACHE_SHIFT_6 |
Stephen Warren | b6bda4e | 2013-10-07 11:11:42 -0600 | [diff] [blame] | 47 | select HAVE_ARM_ARCH_TIMER |
Laxman Dewangan | 20fd480 | 2013-01-29 18:26:17 +0530 | [diff] [blame] | 48 | select PINCTRL_TEGRA114 |
Hiroshi Doyu | 5c541b8 | 2013-01-24 01:10:26 +0000 | [diff] [blame] | 49 | help |
| 50 | Support for NVIDIA Tegra T114 processor family, based on the |
| 51 | ARM CortexA15MP CPU |
| 52 | |
Joseph Lo | 7394447 | 2013-10-08 12:50:03 +0800 | [diff] [blame] | 53 | config ARCH_TEGRA_124_SOC |
| 54 | bool "Enable support for Tegra124 family" |
| 55 | select ARM_L1_CACHE_SHIFT_6 |
| 56 | select HAVE_ARM_ARCH_TIMER |
Laxman Dewangan | 7e1161f | 2013-12-05 16:27:49 +0530 | [diff] [blame] | 57 | select PINCTRL_TEGRA124 |
Joseph Lo | 7394447 | 2013-10-08 12:50:03 +0800 | [diff] [blame] | 58 | help |
| 59 | Support for NVIDIA Tegra T124 processor family, based on the |
| 60 | ARM CortexA15MP CPU |
| 61 | |
Hiroshi DOYU | 87d0bab | 2012-05-07 12:24:48 +0200 | [diff] [blame] | 62 | config TEGRA_AHB |
| 63 | bool "Enable AHB driver for NVIDIA Tegra SoCs" |
| 64 | default y |
| 65 | help |
| 66 | Adds AHB configuration functionality for NVIDIA Tegra SoCs, |
| 67 | which controls AHB bus master arbitration and some |
Masanari Iida | e41e85c | 2012-11-30 16:44:39 +0900 | [diff] [blame] | 68 | performance parameters(priority, prefech size). |
Hiroshi DOYU | 87d0bab | 2012-05-07 12:24:48 +0200 | [diff] [blame] | 69 | |
Rob Herring | 21278ae | 2014-06-10 09:06:10 -0500 | [diff] [blame] | 70 | endif |