[ARM] tegra: initial tegra support
[deliverable/linux.git] / arch / arm / mach-tegra / Kconfig
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
12 help
13 Support for NVIDIA Tegra AP20 and T20 processors, based on the
14 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
15
16 endchoice
17
18 comment "Tegra board type"
19
20 config MACH_HARMONY
21 bool "Harmony board"
22 help
23 Support for nVidia Harmony development platform
24
25 choice
26 prompt "Low-level debug console UART"
27 default TEGRA_DEBUG_UART_NONE
28
29 config TEGRA_DEBUG_UART_NONE
30 bool "None"
31
32 config TEGRA_DEBUG_UARTA
33 bool "UART-A"
34
35 config TEGRA_DEBUG_UARTB
36 bool "UART-B"
37
38 config TEGRA_DEBUG_UARTC
39 bool "UART-C"
40
41 config TEGRA_DEBUG_UARTD
42 bool "UART-D"
43
44 config TEGRA_DEBUG_UARTE
45 bool "UART-E"
46
47 endchoice
48
49 endif
This page took 0.154962 seconds and 5 git commands to generate.