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