ARM: tegra: add seaboard, wario and kaen boards
[deliverable/linux.git] / arch / arm / mach-tegra / Kconfig
CommitLineData
c5f80065
EG
1if ARCH_TEGRA
2
3comment "NVIDIA Tegra options"
4
5choice
6 prompt "Select Tegra processor family for target system"
7
8config ARCH_TEGRA_2x_SOC
9 bool "Tegra 2 family"
10 select CPU_V7
11 select ARM_GIC
3c92db9a 12 select ARCH_REQUIRE_GPIOLIB
c5f80065
EG
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
17endchoice
18
77ffc146
MR
19config TEGRA_PCI
20 bool "PCI Express support"
21 select PCI
22
c5f80065
EG
23comment "Tegra board type"
24
25config MACH_HARMONY
26 bool "Harmony board"
27 help
28 Support for nVidia Harmony development platform
29
d9a51fe7
OJ
30config MACH_KAEN
31 bool "Kaen board"
32 select MACH_SEABOARD
33 help
34 Support for the Kaen version of Seaboard
35
36config MACH_SEABOARD
37 bool "Seaboard board"
38 help
39 Support for nVidia Seaboard development platform. It will
40 also be included for some of the derivative boards that
41 have large similarities with the seaboard design.
42
cca414b2
MR
43config MACH_TRIMSLICE
44 bool "TrimSlice board"
45 select TEGRA_PCI
46 help
47 Support for CompuLab TrimSlice platform
48
d9a51fe7
OJ
49config MACH_WARIO
50 bool "Wario board"
51 select MACH_SEABOARD
52 help
53 Support for the Wario version of Seaboard
54
c5f80065
EG
55choice
56 prompt "Low-level debug console UART"
57 default TEGRA_DEBUG_UART_NONE
58
59config TEGRA_DEBUG_UART_NONE
60 bool "None"
61
62config TEGRA_DEBUG_UARTA
63 bool "UART-A"
64
65config TEGRA_DEBUG_UARTB
66 bool "UART-B"
67
68config TEGRA_DEBUG_UARTC
69 bool "UART-C"
70
71config TEGRA_DEBUG_UARTD
72 bool "UART-D"
73
74config TEGRA_DEBUG_UARTE
75 bool "UART-E"
76
77endchoice
78
4de3a8fa
CC
79config TEGRA_SYSTEM_DMA
80 bool "Enable system DMA driver for NVIDIA Tegra SoCs"
81 default y
82 help
83 Adds system DMA functionality for NVIDIA Tegra SoCs, used by
84 several Tegra device drivers
85
efdf72ad
CC
86config TEGRA_EMC_SCALING_ENABLE
87 bool "Enable scaling the memory frequency"
38376866
MB
88
89endif
This page took 0.086469 seconds and 5 git commands to generate.