diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2006-07-01 14:56:46 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-07-01 14:56:46 -0400 |
commit | 179d1c6ac98a46c57e08a96a6f7f44e3a4d169da (patch) | |
tree | 7d3cc2963abcfed82f621a8b2c7737bbfbaede4f | |
parent | 34e00cef810d0350d3ec17345786b73ccd1287ef (diff) |
[ARM] 3704/1: format IOP Kconfig with tabs, create more consistency
Patch from Martin Michlmayr
Some cosmetic changes to increase the consistency of the IOP Kconfig file. Change some space into tabs and add a dot at the end of a help description.
Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/mach-iop3xx/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-iop3xx/Kconfig b/arch/arm/mach-iop3xx/Kconfig index f96505c70cb3..4422f2388607 100644 --- a/arch/arm/mach-iop3xx/Kconfig +++ b/arch/arm/mach-iop3xx/Kconfig | |||
@@ -30,12 +30,12 @@ config MACH_IQ80332 | |||
30 | select ARCH_IOP331 | 30 | select ARCH_IOP331 |
31 | help | 31 | help |
32 | Say Y here if you want to run your kernel on the Intel IQ80332 | 32 | Say Y here if you want to run your kernel on the Intel IQ80332 |
33 | evaluation kit for the IOP332 chipset | 33 | evaluation kit for the IOP332 chipset. |
34 | 34 | ||
35 | config ARCH_EP80219 | 35 | config ARCH_EP80219 |
36 | bool "Enable support for EP80219" | 36 | bool "Enable support for EP80219" |
37 | select ARCH_IOP321 | 37 | select ARCH_IOP321 |
38 | select ARCH_IQ31244 | 38 | select ARCH_IQ31244 |
39 | help | 39 | help |
40 | Say Y here if you want to run your kernel on the Intel EP80219 | 40 | Say Y here if you want to run your kernel on the Intel EP80219 |
41 | evaluation kit for the Intel 80219 chipset (a IOP321 variant). | 41 | evaluation kit for the Intel 80219 chipset (a IOP321 variant). |
@@ -59,8 +59,8 @@ config IOP331_STEPD | |||
59 | bool "Chip stepping D of the IOP80331 processor or IOP80333" | 59 | bool "Chip stepping D of the IOP80331 processor or IOP80333" |
60 | depends on (ARCH_IOP331) | 60 | depends on (ARCH_IOP331) |
61 | help | 61 | help |
62 | Say Y here if you have StepD of the IOP80331 or IOP8033 | 62 | Say Y here if you have StepD of the IOP80331 or IOP8033 |
63 | based platforms. | 63 | based platforms. |
64 | 64 | ||
65 | endmenu | 65 | endmenu |
66 | endif | 66 | endif |