Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Krzysztof Kozlowski and committed by
Daniel Lezcano
9ca9fe69 1349401f

+10 -10
+10 -10
drivers/clocksource/Kconfig
··· 470 470 This enables support for the Oxford Semiconductor OXNAS RPS timers. 471 471 472 472 config SYS_SUPPORTS_SH_CMT 473 - bool 473 + bool 474 474 475 475 config MTK_TIMER 476 476 bool "Mediatek timer driver" if COMPILE_TEST ··· 490 490 Enables support for the Spreadtrum timer driver. 491 491 492 492 config SYS_SUPPORTS_SH_MTU2 493 - bool 493 + bool 494 494 495 495 config SYS_SUPPORTS_SH_TMU 496 - bool 496 + bool 497 497 498 498 config SYS_SUPPORTS_EM_STI 499 - bool 499 + bool 500 500 501 501 config CLKSRC_JCORE_PIT 502 502 bool "J-Core PIT timer driver" if COMPILE_TEST ··· 591 591 platforms. 592 592 593 593 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 596 596 help 597 597 This enables the 8 bits timer for the H8300 platform. 598 598 599 599 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 602 602 help 603 603 This enables the 16 bits timer for the H8300 platform with the 604 604 H83069 cpu. 605 605 606 606 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 609 609 help 610 610 This enables the clocksource for the H8300 platform with the 611 611 H8S2678 cpu.