Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 1 | if ARCH_TEGRA |
| 2 | |
| 3 | comment "NVIDIA Tegra options" |
| 4 | |
| 5 | choice |
| 6 | prompt "Select Tegra processor family for target system" |
| 7 | |
| 8 | config ARCH_TEGRA_2x_SOC |
| 9 | bool "Tegra 2 family" |
| 10 | select CPU_V7 |
| 11 | select ARM_GIC |
Erik Gilling | 3c92db9 | 2010-03-15 19:40:06 -0700 | [diff] [blame] | 12 | select ARCH_REQUIRE_GPIOLIB |
Benoit Goby | 91525d0 | 2011-03-09 16:28:55 -0800 | [diff] [blame] | 13 | select USB_ARCH_HAS_EHCI if USB_SUPPORT |
| 14 | select USB_ULPI if USB_SUPPORT |
| 15 | select USB_ULPI_VIEWPORT if USB_SUPPORT |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 16 | help |
| 17 | Support for NVIDIA Tegra AP20 and T20 processors, based on the |
| 18 | ARM CortexA9MP CPU and the ARM PL310 L2 cache controller |
| 19 | |
| 20 | endchoice |
| 21 | |
Mike Rapoport | 77ffc14 | 2010-09-27 11:26:33 +0200 | [diff] [blame] | 22 | config TEGRA_PCI |
| 23 | bool "PCI Express support" |
| 24 | select PCI |
| 25 | |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 26 | comment "Tegra board type" |
| 27 | |
| 28 | config MACH_HARMONY |
| 29 | bool "Harmony board" |
Stephen Warren | 47912a6 | 2011-04-19 10:18:01 -0600 | [diff] [blame] | 30 | select MACH_HAS_SND_SOC_TEGRA_WM8903 |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 31 | help |
| 32 | Support for nVidia Harmony development platform |
| 33 | |
Olof Johansson | d9a51fe | 2011-02-19 17:25:32 -0800 | [diff] [blame] | 34 | config MACH_KAEN |
| 35 | bool "Kaen board" |
| 36 | select MACH_SEABOARD |
Stephen Warren | 47912a6 | 2011-04-19 10:18:01 -0600 | [diff] [blame] | 37 | select MACH_HAS_SND_SOC_TEGRA_WM8903 |
Olof Johansson | d9a51fe | 2011-02-19 17:25:32 -0800 | [diff] [blame] | 38 | help |
| 39 | Support for the Kaen version of Seaboard |
| 40 | |
Marc Dietrich | 65b935a | 2011-03-07 21:01:31 +0100 | [diff] [blame] | 41 | config MACH_PAZ00 |
| 42 | bool "Paz00 board" |
| 43 | help |
| 44 | Support for the Toshiba AC100/Dynabook AZ netbook |
| 45 | |
Olof Johansson | d9a51fe | 2011-02-19 17:25:32 -0800 | [diff] [blame] | 46 | config MACH_SEABOARD |
| 47 | bool "Seaboard board" |
Stephen Warren | 47912a6 | 2011-04-19 10:18:01 -0600 | [diff] [blame] | 48 | select MACH_HAS_SND_SOC_TEGRA_WM8903 |
Olof Johansson | d9a51fe | 2011-02-19 17:25:32 -0800 | [diff] [blame] | 49 | help |
| 50 | Support for nVidia Seaboard development platform. It will |
| 51 | also be included for some of the derivative boards that |
| 52 | have large similarities with the seaboard design. |
| 53 | |
Grant Likely | 8e267f3 | 2011-07-19 17:26:54 -0600 | [diff] [blame^] | 54 | config MACH_TEGRA_DT |
| 55 | bool "Generic Tegra board (FDT support)" |
| 56 | select USE_OF |
| 57 | help |
| 58 | Support for generic nVidia Tegra boards using Flattened Device Tree |
| 59 | |
Mike Rapoport | cca414b | 2011-02-07 10:10:53 +0200 | [diff] [blame] | 60 | config MACH_TRIMSLICE |
| 61 | bool "TrimSlice board" |
| 62 | select TEGRA_PCI |
| 63 | help |
| 64 | Support for CompuLab TrimSlice platform |
| 65 | |
Olof Johansson | d9a51fe | 2011-02-19 17:25:32 -0800 | [diff] [blame] | 66 | config MACH_WARIO |
| 67 | bool "Wario board" |
| 68 | select MACH_SEABOARD |
| 69 | help |
| 70 | Support for the Wario version of Seaboard |
| 71 | |
Erik Gilling | c5f8006 | 2010-01-21 16:53:02 -0800 | [diff] [blame] | 72 | choice |
| 73 | prompt "Low-level debug console UART" |
| 74 | default TEGRA_DEBUG_UART_NONE |
| 75 | |
| 76 | config TEGRA_DEBUG_UART_NONE |
| 77 | bool "None" |
| 78 | |
| 79 | config TEGRA_DEBUG_UARTA |
| 80 | bool "UART-A" |
| 81 | |
| 82 | config TEGRA_DEBUG_UARTB |
| 83 | bool "UART-B" |
| 84 | |
| 85 | config TEGRA_DEBUG_UARTC |
| 86 | bool "UART-C" |
| 87 | |
| 88 | config TEGRA_DEBUG_UARTD |
| 89 | bool "UART-D" |
| 90 | |
| 91 | config TEGRA_DEBUG_UARTE |
| 92 | bool "UART-E" |
| 93 | |
| 94 | endchoice |
| 95 | |
Colin Cross | 4de3a8f | 2010-04-05 13:16:42 -0700 | [diff] [blame] | 96 | config TEGRA_SYSTEM_DMA |
| 97 | bool "Enable system DMA driver for NVIDIA Tegra SoCs" |
| 98 | default y |
| 99 | help |
| 100 | Adds system DMA functionality for NVIDIA Tegra SoCs, used by |
| 101 | several Tegra device drivers |
| 102 | |
Colin Cross | efdf72a | 2011-02-12 18:22:49 -0800 | [diff] [blame] | 103 | config TEGRA_EMC_SCALING_ENABLE |
| 104 | bool "Enable scaling the memory frequency" |
Mark Brown | 3837686 | 2011-02-22 20:35:24 +0000 | [diff] [blame] | 105 | |
| 106 | endif |