Commit 48bf4b84 authored by Juerg Haefliger's avatar Juerg Haefliger Committed by Krzysztof Kozlowski

ARM: s3c: Kconfig.s3c24xx: Fix indentation and replace some tabs

The convention for indentation seems to be a single tab. Help text is
further indented by an additional two whitespaces. Fix the lines that
violate these rules.

While add it, replace tabs before comments with whitespaces (which seems to
be more common), add a missing trailing endif comment and squeeze multiple
empty lines.
Signed-off-by: default avatarJuerg Haefliger <juerg.haefliger@canonical.com>
Link: https://lore.kernel.org/r/20220609082154.115301-3-juerg.haefliger@canonical.comSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 1afde294
...@@ -37,8 +37,6 @@ config PLAT_S3C24XX ...@@ -37,8 +37,6 @@ config PLAT_S3C24XX
help help
Base platform code for any Samsung S3C24XX device Base platform code for any Samsung S3C24XX device
menu "Samsung S3C24XX SoCs Support" menu "Samsung S3C24XX SoCs Support"
comment "S3C24XX SoCs" comment "S3C24XX SoCs"
...@@ -293,7 +291,7 @@ config MACH_VR1000 ...@@ -293,7 +291,7 @@ config MACH_VR1000
help help
Say Y here if you are using the Thorcom VR1000 board. Say Y here if you are using the Thorcom VR1000 board.
endif # CPU_S3C2410 endif # CPU_S3C2410
config S3C2412_PM_SLEEP config S3C2412_PM_SLEEP
bool bool
...@@ -367,7 +365,7 @@ config MACH_VSTMS ...@@ -367,7 +365,7 @@ config MACH_VSTMS
help help
Say Y here if you are using an VSTMS board Say Y here if you are using an VSTMS board
endif # CPU_S3C2412 endif # CPU_S3C2412
if CPU_S3C2416 if CPU_S3C2416
...@@ -415,7 +413,7 @@ config MACH_S3C2416_DT ...@@ -415,7 +413,7 @@ config MACH_S3C2416_DT
Note: This is under development and not all peripherals can be supported Note: This is under development and not all peripherals can be supported
with this machine file. with this machine file.
endif # CPU_S3C2416 endif # CPU_S3C2416
if CPU_S3C2440 || CPU_S3C2442 if CPU_S3C2440 || CPU_S3C2442
...@@ -444,7 +442,7 @@ config S3C2440_PLL_16934400 ...@@ -444,7 +442,7 @@ config S3C2440_PLL_16934400
default y if S3C24XX_PLL default y if S3C24XX_PLL
help help
PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals. PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.
endif endif # CPU_S3C2440 || CPU_S3C2442
if CPU_S3C2440 if CPU_S3C2440
...@@ -540,7 +538,7 @@ config SMDK2440_CPU2440 ...@@ -540,7 +538,7 @@ config SMDK2440_CPU2440
default y if ARCH_S3C2440 default y if ARCH_S3C2440
select S3C2440_XTAL_16934400 select S3C2440_XTAL_16934400
endif # CPU_S3C2440 endif # CPU_S3C2440
if CPU_S3C2442 if CPU_S3C2442
...@@ -559,7 +557,7 @@ config MACH_NEO1973_GTA02 ...@@ -559,7 +557,7 @@ config MACH_NEO1973_GTA02
select POWER_SUPPLY select POWER_SUPPLY
select S3C_DEV_USB_HOST select S3C_DEV_USB_HOST
help help
Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
config MACH_RX1950 config MACH_RX1950
bool "HP iPAQ rx1950" bool "HP iPAQ rx1950"
...@@ -570,9 +568,9 @@ config MACH_RX1950 ...@@ -570,9 +568,9 @@ config MACH_RX1950
select S3C2440_XTAL_16934400 select S3C2440_XTAL_16934400
select S3C_DEV_NAND select S3C_DEV_NAND
help help
Say Y here if you're using HP iPAQ rx1950 Say Y here if you're using HP iPAQ rx1950
endif # CPU_S3C2442 endif # CPU_S3C2442
if CPU_S3C2443 || CPU_S3C2416 if CPU_S3C2443 || CPU_S3C2416
...@@ -581,7 +579,7 @@ config S3C2443_SETUP_SPI ...@@ -581,7 +579,7 @@ config S3C2443_SETUP_SPI
help help
Common setup code for SPI GPIO configurations Common setup code for SPI GPIO configurations
endif # CPU_S3C2443 || CPU_S3C2416 endif # CPU_S3C2443 || CPU_S3C2416
if CPU_S3C2443 if CPU_S3C2443
...@@ -594,13 +592,13 @@ config MACH_SMDK2443 ...@@ -594,13 +592,13 @@ config MACH_SMDK2443
help help
Say Y here if you are using an SMDK2443 Say Y here if you are using an SMDK2443
endif # CPU_S3C2443 endif # CPU_S3C2443
config PM_H1940 config PM_H1940
bool bool
help help
Internal node for H1940 and related PM Internal node for H1940 and related PM
endmenu # Samsung S3C24XX SoCs Support endmenu # "Samsung S3C24XX SoCs Support"
endif # ARCH_S3C24XX endif # ARCH_S3C24XX
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment