Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 1 | if ARCH_TEGRA |
| 2 | |
| 3 | comment "NVIDIA Tegra options" |
| 4 | |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 5 | config ARCH_TEGRA_2x_SOC |
Peter De Schrijver | 44107d8 | 2011-12-14 17:03:25 +0200 | [diff] [blame] | 6 | bool "Enable support for Tegra20 family" |
Joseph Lo | 1d32860 | 2013-01-16 17:33:55 +0000 | [diff] [blame^] | 7 | select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP |
Erik Gilling | 3c92db9 | 2010-03-15 19:40:06 -0700 | [diff] [blame] | 8 | select ARCH_REQUIRE_GPIOLIB |
Stephen Warren | f35b431 | 2012-02-14 13:39:39 -0700 | [diff] [blame] | 9 | select ARM_ERRATA_720789 |
Stephen Warren | 45c9e59 | 2013-01-02 14:34:15 -0700 | [diff] [blame] | 10 | select ARM_ERRATA_742230 if SMP |
Stephen Warren | f35b431 | 2012-02-14 13:39:39 -0700 | [diff] [blame] | 11 | select ARM_ERRATA_751472 |
Stephen Warren | 45c9e59 | 2013-01-02 14:34:15 -0700 | [diff] [blame] | 12 | select ARM_ERRATA_754327 if SMP |
Arnd Bergmann | 8f90cce | 2012-08-16 09:36:04 +0000 | [diff] [blame] | 13 | select ARM_ERRATA_764369 if SMP |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 14 | select ARM_GIC |
| 15 | select CPU_FREQ_TABLE if CPU_FREQ |
| 16 | select CPU_V7 |
| 17 | select PINCTRL |
| 18 | select PINCTRL_TEGRA20 |
Stephen Warren | f35b431 | 2012-02-14 13:39:39 -0700 | [diff] [blame] | 19 | select PL310_ERRATA_727915 if CACHE_L2X0 |
| 20 | select PL310_ERRATA_769419 if CACHE_L2X0 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 21 | select USB_ARCH_HAS_EHCI if USB_SUPPORT |
| 22 | select USB_ULPI if USB |
| 23 | select USB_ULPI_VIEWPORT if USB_SUPPORT |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 24 | 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 Schrijver | 44107d8 | 2011-12-14 17:03:25 +0200 | [diff] [blame] | 28 | config ARCH_TEGRA_3x_SOC |
| 29 | bool "Enable support for Tegra30 family" |
Peter De Schrijver | 44107d8 | 2011-12-14 17:03:25 +0200 | [diff] [blame] | 30 | select ARCH_REQUIRE_GPIOLIB |
Stephen Warren | f35b431 | 2012-02-14 13:39:39 -0700 | [diff] [blame] | 31 | select ARM_ERRATA_743622 |
| 32 | select ARM_ERRATA_751472 |
| 33 | select ARM_ERRATA_754322 |
Arnd Bergmann | 8f90cce | 2012-08-16 09:36:04 +0000 | [diff] [blame] | 34 | select ARM_ERRATA_764369 if SMP |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 35 | select ARM_GIC |
Arnd Bergmann | 013df38 | 2012-03-02 15:58:28 -0500 | [diff] [blame] | 36 | select CPU_FREQ_TABLE if CPU_FREQ |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 37 | 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 Schrijver | 44107d8 | 2011-12-14 17:03:25 +0200 | [diff] [blame] | 44 | help |
| 45 | Support for NVIDIA Tegra T30 processor family, based on the |
| 46 | ARM CortexA9MP CPU and the ARM PL310 L2 cache controller |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 47 | |
Mike Rapoport | 77ffc14 | 2010-09-27 11:26:33 +0200 | [diff] [blame] | 48 | config TEGRA_PCI |
| 49 | bool "PCI Express support" |
Peter De Schrijver | b2bbbc4 | 2011-12-14 17:03:14 +0200 | [diff] [blame] | 50 | depends on ARCH_TEGRA_2x_SOC |
Mike Rapoport | 77ffc14 | 2010-09-27 11:26:33 +0200 | [diff] [blame] | 51 | select PCI |
| 52 | |
Hiroshi DOYU | 87d0bab | 2012-05-07 12:24:48 +0200 | [diff] [blame] | 53 | config 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 Iida | e41e85c | 2012-11-30 16:44:39 +0900 | [diff] [blame] | 59 | performance parameters(priority, prefech size). |
Hiroshi DOYU | 87d0bab | 2012-05-07 12:24:48 +0200 | [diff] [blame] | 60 | |
Colin Cross | efdf72a | 2011-02-12 18:22:49 -0800 | [diff] [blame] | 61 | config TEGRA_EMC_SCALING_ENABLE |
| 62 | bool "Enable scaling the memory frequency" |
Mark Brown | 3837686 | 2011-02-22 20:35:24 +0000 | [diff] [blame] | 63 | |
| 64 | endif |