summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2010-04-20 16:49:50 -0700
committerGary King <gking@nvidia.com>2010-04-20 16:49:50 -0700
commit607aa52b8708189f90e681f3188f391f9907fe22 (patch)
tree5107fef2ec40052a2d2a81d6b7a6df6a2628720b /arch/arm/mach-tegra/Kconfig
parent3f03b02dfc099ed68c5e48f49151d8986c090274 (diff)
[ARM] tegra: fix whitespacing in Kconfig
Change-Id: I07fc8693783e92c591c8fc72b00065dab8c00274
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig26
1 files changed, 13 insertions, 13 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 63affe2d61e4..c1a99af2b231 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -21,38 +21,38 @@ choice
prompt "Select Tegra-based product"
config MACH_HARMONY
- bool "Harmony board"
- help
- Support for nVidia Harmony development platform
+ bool "Harmony board"
+ help
+ Support for nVidia Harmony development platform
endchoice
choice
- prompt "Low-level debug console UART"
- default TEGRA_DEBUG_UART_NONE
+ prompt "Low-level debug console UART"
+ default TEGRA_DEBUG_UART_NONE
config TEGRA_DEBUG_UART_NONE
- bool "None"
+ bool "None"
config TEGRA_DEBUG_UARTA
- bool "UART-A"
+ bool "UART-A"
config TEGRA_DEBUG_UARTB
- bool "UART-B"
+ bool "UART-B"
config TEGRA_DEBUG_UARTC
- bool "UART-C"
+ bool "UART-C"
config TEGRA_DEBUG_UARTD
- bool "UART-D"
+ bool "UART-D"
config TEGRA_DEBUG_UARTE
- bool "UART-E"
+ bool "UART-E"
endchoice
config MACH_TEGRA_GENERIC
- bool
- default y
+ bool
+ default y
endif