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