Skip to content

Commit 9ca9fe6

Browse files
krzkdlezcano
authored andcommitted
clocksource: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20191120134236.15959-1-krzk@kernel.org
1 parent 1349401 commit 9ca9fe6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

drivers/clocksource/Kconfig

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ config OXNAS_RPS_TIMER
470470
This enables support for the Oxford Semiconductor OXNAS RPS timers.
471471

472472
config SYS_SUPPORTS_SH_CMT
473-
bool
473+
bool
474474

475475
config MTK_TIMER
476476
bool "Mediatek timer driver" if COMPILE_TEST
@@ -490,13 +490,13 @@ config SPRD_TIMER
490490
Enables support for the Spreadtrum timer driver.
491491

492492
config SYS_SUPPORTS_SH_MTU2
493-
bool
493+
bool
494494

495495
config SYS_SUPPORTS_SH_TMU
496-
bool
496+
bool
497497

498498
config SYS_SUPPORTS_EM_STI
499-
bool
499+
bool
500500

501501
config CLKSRC_JCORE_PIT
502502
bool "J-Core PIT timer driver" if COMPILE_TEST
@@ -591,21 +591,21 @@ config CLKSRC_PXA
591591
platforms.
592592

593593
config H8300_TMR8
594-
bool "Clockevent timer for the H8300 platform" if COMPILE_TEST
595-
depends on HAS_IOMEM
594+
bool "Clockevent timer for the H8300 platform" if COMPILE_TEST
595+
depends on HAS_IOMEM
596596
help
597597
This enables the 8 bits timer for the H8300 platform.
598598

599599
config H8300_TMR16
600-
bool "Clockevent timer for the H83069 platform" if COMPILE_TEST
601-
depends on HAS_IOMEM
600+
bool "Clockevent timer for the H83069 platform" if COMPILE_TEST
601+
depends on HAS_IOMEM
602602
help
603603
This enables the 16 bits timer for the H8300 platform with the
604604
H83069 cpu.
605605

606606
config H8300_TPU
607-
bool "Clocksource for the H8300 platform" if COMPILE_TEST
608-
depends on HAS_IOMEM
607+
bool "Clocksource for the H8300 platform" if COMPILE_TEST
608+
depends on HAS_IOMEM
609609
help
610610
This enables the clocksource for the H8300 platform with the
611611
H8S2678 cpu.

0 commit comments

Comments
 (0)