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" |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 7 | select CPU_V7 |
| 8 | select ARM_GIC |
Erik Gilling | 3c92db9 | 2010-03-15 19:40:06 -0700 | [diff] [blame] | 9 | select ARCH_REQUIRE_GPIOLIB |
Benoit Goby | 91525d0 | 2011-03-09 16:28:55 -0800 | [diff] [blame] | 10 | select USB_ARCH_HAS_EHCI if USB_SUPPORT |
Arnd Bergmann | 279b658 | 2012-03-02 17:26:00 -0500 | [diff] [blame^] | 11 | select USB_ULPI if USB |
Benoit Goby | 91525d0 | 2011-03-09 16:28:55 -0800 | [diff] [blame] | 12 | select USB_ULPI_VIEWPORT if USB_SUPPORT |
Stephen Warren | f35b431 | 2012-02-14 13:39:39 -0700 | [diff] [blame] | 13 | select ARM_ERRATA_720789 |
| 14 | select ARM_ERRATA_742230 |
| 15 | select ARM_ERRATA_751472 |
| 16 | select ARM_ERRATA_754327 |
| 17 | select ARM_ERRATA_764369 |
| 18 | select PL310_ERRATA_727915 if CACHE_L2X0 |
| 19 | select PL310_ERRATA_769419 if CACHE_L2X0 |
Arnd Bergmann | 013df38 | 2012-03-02 15:58:28 -0500 | [diff] [blame] | 20 | select CPU_FREQ_TABLE if CPU_FREQ |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 21 | help |
| 22 | Support for NVIDIA Tegra AP20 and T20 processors, based on the |
| 23 | ARM CortexA9MP CPU and the ARM PL310 L2 cache controller |
| 24 | |
Peter De Schrijver | 44107d8 | 2011-12-14 17:03:25 +0200 | [diff] [blame] | 25 | config ARCH_TEGRA_3x_SOC |
| 26 | bool "Enable support for Tegra30 family" |
| 27 | select CPU_V7 |
| 28 | select ARM_GIC |
| 29 | select ARCH_REQUIRE_GPIOLIB |
| 30 | select USB_ARCH_HAS_EHCI if USB_SUPPORT |
Arnd Bergmann | 279b658 | 2012-03-02 17:26:00 -0500 | [diff] [blame^] | 31 | select USB_ULPI if USB |
Peter De Schrijver | 44107d8 | 2011-12-14 17:03:25 +0200 | [diff] [blame] | 32 | select USB_ULPI_VIEWPORT if USB_SUPPORT |
| 33 | select USE_OF |
Stephen Warren | f35b431 | 2012-02-14 13:39:39 -0700 | [diff] [blame] | 34 | select ARM_ERRATA_743622 |
| 35 | select ARM_ERRATA_751472 |
| 36 | select ARM_ERRATA_754322 |
| 37 | select ARM_ERRATA_764369 |
| 38 | select PL310_ERRATA_769419 if CACHE_L2X0 |
Arnd Bergmann | 013df38 | 2012-03-02 15:58:28 -0500 | [diff] [blame] | 39 | select CPU_FREQ_TABLE if CPU_FREQ |
Peter De Schrijver | 44107d8 | 2011-12-14 17:03:25 +0200 | [diff] [blame] | 40 | help |
| 41 | Support for NVIDIA Tegra T30 processor family, based on the |
| 42 | ARM CortexA9MP CPU and the ARM PL310 L2 cache controller |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 43 | |
Mike Rapoport | 77ffc14 | 2010-09-27 11:26:33 +0200 | [diff] [blame] | 44 | config TEGRA_PCI |
| 45 | bool "PCI Express support" |
Peter De Schrijver | b2bbbc4 | 2011-12-14 17:03:14 +0200 | [diff] [blame] | 46 | depends on ARCH_TEGRA_2x_SOC |
Mike Rapoport | 77ffc14 | 2010-09-27 11:26:33 +0200 | [diff] [blame] | 47 | select PCI |
| 48 | |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 49 | comment "Tegra board type" |
| 50 | |
| 51 | config MACH_HARMONY |
| 52 | bool "Harmony board" |
Peter De Schrijver | b2bbbc4 | 2011-12-14 17:03:14 +0200 | [diff] [blame] | 53 | depends on ARCH_TEGRA_2x_SOC |
Uwe Kleine-König | 885f24e | 2011-07-26 10:15:59 +0200 | [diff] [blame] | 54 | select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 55 | help |
| 56 | Support for nVidia Harmony development platform |
| 57 | |
Olof Johansson | d9a51fe | 2011-02-19 17:25:32 -0800 | [diff] [blame] | 58 | config MACH_KAEN |
| 59 | bool "Kaen board" |
Peter De Schrijver | b2bbbc4 | 2011-12-14 17:03:14 +0200 | [diff] [blame] | 60 | depends on ARCH_TEGRA_2x_SOC |
Olof Johansson | d9a51fe | 2011-02-19 17:25:32 -0800 | [diff] [blame] | 61 | select MACH_SEABOARD |
Uwe Kleine-König | 885f24e | 2011-07-26 10:15:59 +0200 | [diff] [blame] | 62 | select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC |
Olof Johansson | d9a51fe | 2011-02-19 17:25:32 -0800 | [diff] [blame] | 63 | help |
| 64 | Support for the Kaen version of Seaboard |
| 65 | |
Marc Dietrich | 65b935a | 2011-03-07 21:01:31 +0100 | [diff] [blame] | 66 | config MACH_PAZ00 |
| 67 | bool "Paz00 board" |
Peter De Schrijver | b2bbbc4 | 2011-12-14 17:03:14 +0200 | [diff] [blame] | 68 | depends on ARCH_TEGRA_2x_SOC |
Marc Dietrich | 65b935a | 2011-03-07 21:01:31 +0100 | [diff] [blame] | 69 | help |
| 70 | Support for the Toshiba AC100/Dynabook AZ netbook |
| 71 | |
Olof Johansson | d9a51fe | 2011-02-19 17:25:32 -0800 | [diff] [blame] | 72 | config MACH_SEABOARD |
| 73 | bool "Seaboard board" |
Peter De Schrijver | b2bbbc4 | 2011-12-14 17:03:14 +0200 | [diff] [blame] | 74 | depends on ARCH_TEGRA_2x_SOC |
Uwe Kleine-König | 885f24e | 2011-07-26 10:15:59 +0200 | [diff] [blame] | 75 | select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC |
Olof Johansson | d9a51fe | 2011-02-19 17:25:32 -0800 | [diff] [blame] | 76 | help |
| 77 | Support for nVidia Seaboard development platform. It will |
| 78 | also be included for some of the derivative boards that |
| 79 | have large similarities with the seaboard design. |
| 80 | |
Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 81 | config MACH_TEGRA_DT |
Peter De Schrijver | a2385dc | 2011-12-14 17:03:18 +0200 | [diff] [blame] | 82 | bool "Generic Tegra20 board (FDT support)" |
Stephen Warren | 24692c0 | 2011-12-19 12:24:04 -0700 | [diff] [blame] | 83 | depends on ARCH_TEGRA_2x_SOC |
Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 84 | select USE_OF |
| 85 | help |
Peter De Schrijver | a2385dc | 2011-12-14 17:03:18 +0200 | [diff] [blame] | 86 | Support for generic NVIDIA Tegra20 boards using Flattened Device Tree |
Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame] | 87 | |
Mike Rapoport | cca414b | 2011-02-07 10:10:53 +0200 | [diff] [blame] | 88 | config MACH_TRIMSLICE |
| 89 | bool "TrimSlice board" |
Peter De Schrijver | b2bbbc4 | 2011-12-14 17:03:14 +0200 | [diff] [blame] | 90 | depends on ARCH_TEGRA_2x_SOC |
Mike Rapoport | cca414b | 2011-02-07 10:10:53 +0200 | [diff] [blame] | 91 | select TEGRA_PCI |
| 92 | help |
| 93 | Support for CompuLab TrimSlice platform |
| 94 | |
Olof Johansson | d9a51fe | 2011-02-19 17:25:32 -0800 | [diff] [blame] | 95 | config MACH_WARIO |
| 96 | bool "Wario board" |
Peter De Schrijver | b2bbbc4 | 2011-12-14 17:03:14 +0200 | [diff] [blame] | 97 | depends on ARCH_TEGRA_2x_SOC |
Olof Johansson | d9a51fe | 2011-02-19 17:25:32 -0800 | [diff] [blame] | 98 | select MACH_SEABOARD |
| 99 | help |
| 100 | Support for the Wario version of Seaboard |
| 101 | |
Peter De Schrijver | add29e6 | 2011-10-12 14:53:05 +0300 | [diff] [blame] | 102 | config MACH_VENTANA |
| 103 | bool "Ventana board" |
Peter De Schrijver | b2bbbc4 | 2011-12-14 17:03:14 +0200 | [diff] [blame] | 104 | depends on ARCH_TEGRA_2x_SOC |
Peter De Schrijver | add29e6 | 2011-10-12 14:53:05 +0300 | [diff] [blame] | 105 | select MACH_TEGRA_DT |
| 106 | help |
| 107 | Support for the nVidia Ventana development platform |
| 108 | |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 109 | choice |
| 110 | prompt "Low-level debug console UART" |
| 111 | default TEGRA_DEBUG_UART_NONE |
| 112 | |
| 113 | config TEGRA_DEBUG_UART_NONE |
| 114 | bool "None" |
| 115 | |
| 116 | config TEGRA_DEBUG_UARTA |
| 117 | bool "UART-A" |
| 118 | |
| 119 | config TEGRA_DEBUG_UARTB |
| 120 | bool "UART-B" |
| 121 | |
| 122 | config TEGRA_DEBUG_UARTC |
| 123 | bool "UART-C" |
| 124 | |
| 125 | config TEGRA_DEBUG_UARTD |
| 126 | bool "UART-D" |
| 127 | |
| 128 | config TEGRA_DEBUG_UARTE |
| 129 | bool "UART-E" |
| 130 | |
| 131 | endchoice |
| 132 | |
Colin Cross | 4de3a8f | 2010-04-05 13:16:42 -0700 | [diff] [blame] | 133 | config TEGRA_SYSTEM_DMA |
| 134 | bool "Enable system DMA driver for NVIDIA Tegra SoCs" |
| 135 | default y |
| 136 | help |
| 137 | Adds system DMA functionality for NVIDIA Tegra SoCs, used by |
| 138 | several Tegra device drivers |
| 139 | |
Colin Cross | efdf72a | 2011-02-12 18:22:49 -0800 | [diff] [blame] | 140 | config TEGRA_EMC_SCALING_ENABLE |
| 141 | bool "Enable scaling the memory frequency" |
Mark Brown | 3837686 | 2011-02-22 20:35:24 +0000 | [diff] [blame] | 142 | |
| 143 | endif |