diff options
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index bdf52f0f7295..b94e52df0d8e 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig | |||
@@ -27,12 +27,31 @@ config MACH_HARMONY | |||
27 | help | 27 | help |
28 | Support for nVidia Harmony development platform | 28 | Support for nVidia Harmony development platform |
29 | 29 | ||
30 | config MACH_KAEN | ||
31 | bool "Kaen board" | ||
32 | select MACH_SEABOARD | ||
33 | help | ||
34 | Support for the Kaen version of Seaboard | ||
35 | |||
36 | config 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 | |||
30 | config MACH_TRIMSLICE | 43 | config MACH_TRIMSLICE |
31 | bool "TrimSlice board" | 44 | bool "TrimSlice board" |
32 | select TEGRA_PCI | 45 | select TEGRA_PCI |
33 | help | 46 | help |
34 | Support for CompuLab TrimSlice platform | 47 | Support for CompuLab TrimSlice platform |
35 | 48 | ||
49 | config MACH_WARIO | ||
50 | bool "Wario board" | ||
51 | select MACH_SEABOARD | ||
52 | help | ||
53 | Support for the Wario version of Seaboard | ||
54 | |||
36 | choice | 55 | choice |
37 | prompt "Low-level debug console UART" | 56 | prompt "Low-level debug console UART" |
38 | default TEGRA_DEBUG_UART_NONE | 57 | default TEGRA_DEBUG_UART_NONE |