Commit 1afde294 authored by Juerg Haefliger's avatar Juerg Haefliger Committed by Krzysztof Kozlowski

ARM: s3c: Kconfig: Fix indentation

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.
Signed-off-by: default avatarJuerg Haefliger <juerg.haefliger@canonical.com>
Link: https://lore.kernel.org/r/20220609082154.115301-2-juerg.haefliger@canonical.comSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent c241d049
...@@ -43,12 +43,12 @@ config SAMSUNG_ATAGS ...@@ -43,12 +43,12 @@ config SAMSUNG_ATAGS
def_bool n def_bool n
depends on ATAGS depends on ATAGS
help help
This option enables ATAGS based boot support code for This option enables ATAGS based boot support code for
Samsung platforms, including static platform devices, legacy Samsung platforms, including static platform devices, legacy
clock, timer and interrupt initialization, etc. clock, timer and interrupt initialization, etc.
Platforms that support only DT based boot need not to select Platforms that support only DT based boot need not to select
this option. this option.
if SAMSUNG_ATAGS if SAMSUNG_ATAGS
...@@ -102,7 +102,7 @@ config S3C_DEV_HSMMC3 ...@@ -102,7 +102,7 @@ config S3C_DEV_HSMMC3
config S3C_DEV_HWMON config S3C_DEV_HWMON
bool bool
help help
Compile in platform device definitions for HWMON Compile in platform device definitions for HWMON
config S3C_DEV_I2C1 config S3C_DEV_I2C1
bool bool
...@@ -194,7 +194,7 @@ config S3C64XX_DEV_SPI0 ...@@ -194,7 +194,7 @@ config S3C64XX_DEV_SPI0
config SAMSUNG_DEV_TS config SAMSUNG_DEV_TS
bool bool
help help
Common in platform device definitions for touchscreen device Common in platform device definitions for touchscreen device
config SAMSUNG_DEV_KEYPAD config SAMSUNG_DEV_KEYPAD
bool bool
......
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