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
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
21 Support for NVIDIA Tegra AP20 and T20 processors, based on the
22 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
24 config ARCH_TEGRA_3x_SOC
25 bool "Enable support for Tegra30 family"
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
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
39 Support for NVIDIA Tegra T30 processor family, based on the
40 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
43 bool "PCI Express support"
44 depends on ARCH_TEGRA_2x_SOC
47 comment "Tegra board type"
51 depends on ARCH_TEGRA_2x_SOC
52 select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
54 Support for nVidia Harmony development platform
58 depends on ARCH_TEGRA_2x_SOC
60 select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
62 Support for the Kaen version of Seaboard
66 depends on ARCH_TEGRA_2x_SOC
68 Support for the Toshiba AC100/Dynabook AZ netbook
72 depends on ARCH_TEGRA_2x_SOC
73 select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
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.
80 bool "Generic Tegra20 board (FDT support)"
81 depends on ARCH_TEGRA_2x_SOC
84 Support for generic NVIDIA Tegra20 boards using Flattened Device Tree
87 bool "TrimSlice board"
88 depends on ARCH_TEGRA_2x_SOC
91 Support for CompuLab TrimSlice platform
95 depends on ARCH_TEGRA_2x_SOC
98 Support for the Wario version of Seaboard
102 depends on ARCH_TEGRA_2x_SOC
105 Support for the nVidia Ventana development platform
108 prompt "Low-level debug console UART"
109 default TEGRA_DEBUG_UART_NONE
111 config TEGRA_DEBUG_UART_NONE
114 config TEGRA_DEBUG_UARTA
117 config TEGRA_DEBUG_UARTB
120 config TEGRA_DEBUG_UARTC
123 config TEGRA_DEBUG_UARTD
126 config TEGRA_DEBUG_UARTE
131 config TEGRA_SYSTEM_DMA
132 bool "Enable system DMA driver for NVIDIA Tegra SoCs"
135 Adds system DMA functionality for NVIDIA Tegra SoCs, used by
136 several Tegra device drivers
138 config TEGRA_EMC_SCALING_ENABLE
139 bool "Enable scaling the memory frequency"