diff options
author | Sekhar Nori <nsekhar@ti.com> | 2010-07-01 09:30:49 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-09-24 10:40:24 -0400 |
commit | a7884f454b75ac57e92b8c3fb3b20148f92f7688 (patch) | |
tree | f1ecdb0f050e284cd388b0770cfafafe8bd6fe45 | |
parent | fca97b3337edb6b12707d167460b224dd8ef6052 (diff) |
davinci: clean up inconsistent usage of spaces in Kconfig
In arch/arm/mach-davinci/Kconfig, some of the configuration
items are indented with multiple spaces instead of tabs.
Also, in couple of places, two spaces are used in the middle
of help text where one should do.
This patch fixes both issues.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 71f90f864748..b291da1da069 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig | |||
@@ -20,17 +20,17 @@ config ARCH_DAVINCI_DM644x | |||
20 | select ARCH_DAVINCI_DMx | 20 | select ARCH_DAVINCI_DMx |
21 | 21 | ||
22 | config ARCH_DAVINCI_DM355 | 22 | config ARCH_DAVINCI_DM355 |
23 | bool "DaVinci 355 based system" | 23 | bool "DaVinci 355 based system" |
24 | select AINTC | 24 | select AINTC |
25 | select ARCH_DAVINCI_DMx | 25 | select ARCH_DAVINCI_DMx |
26 | 26 | ||
27 | config ARCH_DAVINCI_DM646x | 27 | config ARCH_DAVINCI_DM646x |
28 | bool "DaVinci 646x based system" | 28 | bool "DaVinci 646x based system" |
29 | select AINTC | 29 | select AINTC |
30 | select ARCH_DAVINCI_DMx | 30 | select ARCH_DAVINCI_DMx |
31 | 31 | ||
32 | config ARCH_DAVINCI_DA830 | 32 | config ARCH_DAVINCI_DA830 |
33 | bool "DA830/OMAP-L137 based system" | 33 | bool "DA830/OMAP-L137 based system" |
34 | select CP_INTC | 34 | select CP_INTC |
35 | select ARCH_DAVINCI_DA8XX | 35 | select ARCH_DAVINCI_DA8XX |
36 | select CPU_DCACHE_WRITETHROUGH # needed on silicon revs 1.0, 1.1 | 36 | select CPU_DCACHE_WRITETHROUGH # needed on silicon revs 1.0, 1.1 |
@@ -140,7 +140,7 @@ config DA830_UI_LCD | |||
140 | config DA830_UI_NAND | 140 | config DA830_UI_NAND |
141 | bool "NAND flash" | 141 | bool "NAND flash" |
142 | help | 142 | help |
143 | Say Y here to use the NAND flash. Do not forget to setup | 143 | Say Y here to use the NAND flash. Do not forget to setup |
144 | the switch correctly. | 144 | the switch correctly. |
145 | endchoice | 145 | endchoice |
146 | 146 | ||
@@ -195,20 +195,20 @@ config DAVINCI_MUX | |||
195 | say Y. | 195 | say Y. |
196 | 196 | ||
197 | config DAVINCI_MUX_DEBUG | 197 | config DAVINCI_MUX_DEBUG |
198 | bool "Multiplexing debug output" | 198 | bool "Multiplexing debug output" |
199 | depends on DAVINCI_MUX | 199 | depends on DAVINCI_MUX |
200 | help | 200 | help |
201 | Makes the multiplexing functions print out a lot of debug info. | 201 | Makes the multiplexing functions print out a lot of debug info. |
202 | This is useful if you want to find out the correct values of the | 202 | This is useful if you want to find out the correct values of the |
203 | multiplexing registers. | 203 | multiplexing registers. |
204 | 204 | ||
205 | config DAVINCI_MUX_WARNINGS | 205 | config DAVINCI_MUX_WARNINGS |
206 | bool "Warn about pins the bootloader didn't set up" | 206 | bool "Warn about pins the bootloader didn't set up" |
207 | depends on DAVINCI_MUX | 207 | depends on DAVINCI_MUX |
208 | help | 208 | help |
209 | Choose Y here to warn whenever driver initialization logic needs | 209 | Choose Y here to warn whenever driver initialization logic needs |
210 | to change the pin multiplexing setup. When there are no warnings | 210 | to change the pin multiplexing setup. When there are no warnings |
211 | printed, it's safe to deselect DAVINCI_MUX for your product. | 211 | printed, it's safe to deselect DAVINCI_MUX for your product. |
212 | 212 | ||
213 | config DAVINCI_RESET_CLOCKS | 213 | config DAVINCI_RESET_CLOCKS |
214 | bool "Reset unused clocks during boot" | 214 | bool "Reset unused clocks during boot" |