diff options
| author | Johan Jonker <[email protected]> | 2026-06-10 16:41:21 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-25 15:00:58 -0600 |
| commit | 145d58e2c7276f68195a7fc760457a5b88f867dd (patch) | |
| tree | 5e1b143a9c15b2efdf9ff8828b60ed6b1f84ec67 /drivers/rtc | |
| parent | 173ffc7bcfbf6af70cd3b46a30110dad18278f72 (diff) | |
Kconfig: drivers: restyle remaining
Restyle all Kconfigs for the rest of "drivers":
Menu entries : no space left
Menu attributes: 1 TAB
Help text : 1 TAB + 2 spaces
Replace '---help---' by 'help'
Signed-off-by: Johan Jonker <[email protected]>
[trini: Add missing indentation on a few more multi-paragraph help texts]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/rtc')
| -rw-r--r-- | drivers/rtc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 3b74770b18a..6fb3019a644 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -44,8 +44,8 @@ config VPL_DM_RTC config RTC_ENABLE_32KHZ_OUTPUT bool "Enable RTC 32Khz output" help - Some real-time clocks support the output of 32kHz square waves (such as ds3231), - the config symbol choose Real Time Clock device 32Khz output feature. + Some real-time clocks support the output of 32kHz square waves (such as ds3231), + the config symbol choose Real Time Clock device 32Khz output feature. config RTC_ARMADA38X bool "Enable Armada 38x Marvell SoC RTC" |
