From: Alexandre Belloni Date: Thu, 10 Mar 2016 04:46:18 +0000 (+0100) Subject: rtc: pxa: fix Kconfig indentation X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=832315b05b660427ebdc5987b66e02cb7ec7b4f6;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git rtc: pxa: fix Kconfig indentation The pxa section is indented using spaces, use tabs. Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index cf0d0850289e..9babb4ccd65b 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1349,10 +1349,10 @@ config RTC_DRV_GENERIC just say Y. config RTC_DRV_PXA - tristate "PXA27x/PXA3xx" - depends on ARCH_PXA - select RTC_DRV_SA1100 - help + tristate "PXA27x/PXA3xx" + depends on ARCH_PXA + select RTC_DRV_SA1100 + help If you say Y here you will get access to the real time clock built into your PXA27x or PXA3xx CPU. This RTC is actually 2 RTCs consisting of an SA1100 compatible RTC and the extended PXA RTC.