3 comment "NVIDIA Tegra options"
5 config ARCH_TEGRA_2x_SOC
6 bool "Enable support for Tegra20 family"
9 select ARCH_REQUIRE_GPIOLIB
10 select USB_ARCH_HAS_EHCI if USB_SUPPORT
11 select USB_ULPI if USB_SUPPORT
12 select USB_ULPI_VIEWPORT if USB_SUPPORT
14 Support for NVIDIA Tegra AP20 and T20 processors, based on the
15 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
17 config ARCH_TEGRA_3x_SOC
18 bool "Enable support for Tegra30 family"
21 select ARCH_REQUIRE_GPIOLIB
22 select USB_ARCH_HAS_EHCI if USB_SUPPORT
23 select USB_ULPI if USB_SUPPORT
24 select USB_ULPI_VIEWPORT if USB_SUPPORT
27 Support for NVIDIA Tegra T30 processor family, based on the
28 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
31 bool "PCI Express support"
32 depends on ARCH_TEGRA_2x_SOC
35 comment "Tegra board type"
39 depends on ARCH_TEGRA_2x_SOC
40 select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
42 Support for nVidia Harmony development platform
46 depends on ARCH_TEGRA_2x_SOC
48 select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
50 Support for the Kaen version of Seaboard
54 depends on ARCH_TEGRA_2x_SOC
56 Support for the Toshiba AC100/Dynabook AZ netbook
60 depends on ARCH_TEGRA_2x_SOC
61 select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
63 Support for nVidia Seaboard development platform. It will
64 also be included for some of the derivative boards that
65 have large similarities with the seaboard design.
68 bool "Generic Tegra20 board (FDT support)"
69 depends on ARCH_TEGRA_2x_SOC
72 Support for generic NVIDIA Tegra20 boards using Flattened Device Tree
75 bool "TrimSlice board"
76 depends on ARCH_TEGRA_2x_SOC
79 Support for CompuLab TrimSlice platform
83 depends on ARCH_TEGRA_2x_SOC
86 Support for the Wario version of Seaboard
90 depends on ARCH_TEGRA_2x_SOC
93 Support for the nVidia Ventana development platform
96 prompt "Low-level debug console UART"
97 default TEGRA_DEBUG_UART_NONE
99 config TEGRA_DEBUG_UART_NONE
102 config TEGRA_DEBUG_UARTA
105 config TEGRA_DEBUG_UARTB
108 config TEGRA_DEBUG_UARTC
111 config TEGRA_DEBUG_UARTD
114 config TEGRA_DEBUG_UARTE
119 config TEGRA_SYSTEM_DMA
120 bool "Enable system DMA driver for NVIDIA Tegra SoCs"
123 Adds system DMA functionality for NVIDIA Tegra SoCs, used by
124 several Tegra device drivers
126 config TEGRA_EMC_SCALING_ENABLE
127 bool "Enable scaling the memory frequency"