Formatting of Kconfig files doesn't look so pretty, so let the
Great White Handkerchief come around and clean it up.

Signed-off-by: Enrico Weigelt, metux IT consult <i...@metux.net>
---
 drivers/clocksource/Kconfig | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 171502a..4e5b091 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -389,7 +389,7 @@ config CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
        depends on ARM_GLOBAL_TIMER
        default y
        help
-        Use ARM global timer clock source as sched_clock
+         Use ARM global timer clock source as sched_clock
 
 config ARMV7M_SYSTICK
        bool "Support for the ARMv7M system time" if COMPILE_TEST
@@ -446,7 +446,7 @@ config OXNAS_RPS_TIMER
          This enables support for the Oxford Semiconductor OXNAS RPS timers.
 
 config SYS_SUPPORTS_SH_CMT
-        bool
+       bool
 
 config MTK_TIMER
        bool "Mediatek timer driver" if COMPILE_TEST
@@ -466,13 +466,13 @@ config SPRD_TIMER
          Enables support for the Spreadtrum timer driver.
 
 config SYS_SUPPORTS_SH_MTU2
-        bool
+       bool
 
 config SYS_SUPPORTS_SH_TMU
-        bool
+       bool
 
 config SYS_SUPPORTS_EM_STI
-        bool
+       bool
 
 config CLKSRC_JCORE_PIT
        bool "J-Core PIT timer driver" if COMPILE_TEST
@@ -566,21 +566,21 @@ config CLKSRC_PXA
          platforms.
 
 config H8300_TMR8
-        bool "Clockevent timer for the H8300 platform" if COMPILE_TEST
-        depends on HAS_IOMEM
+       bool "Clockevent timer for the H8300 platform" if COMPILE_TEST
+       depends on HAS_IOMEM
        help
          This enables the 8 bits timer for the H8300 platform.
 
 config H8300_TMR16
-        bool "Clockevent timer for the H83069 platform" if COMPILE_TEST
-        depends on HAS_IOMEM
+       bool "Clockevent timer for the H83069 platform" if COMPILE_TEST
+       depends on HAS_IOMEM
        help
          This enables the 16 bits timer for the H8300 platform with the
          H83069 cpu.
 
 config H8300_TPU
-        bool "Clocksource for the H8300 platform" if COMPILE_TEST
-        depends on HAS_IOMEM
+       bool "Clocksource for the H8300 platform" if COMPILE_TEST
+       depends on HAS_IOMEM
        help
          This enables the clocksource for the H8300 platform with the
          H8S2678 cpu.
-- 
1.9.1

Reply via email to