aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-03-10 05:46:18 +0100
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-03-14 17:08:34 +0100
commit832315b05b660427ebdc5987b66e02cb7ec7b4f6 (patch)
treeaa8fd3a151f6ee57d25e5e296b313a7c5dfd1409 /drivers
parentrtc: rv3029: Add device tree property for trickle charger (diff)
downloadlinux-dev-832315b05b660427ebdc5987b66e02cb7ec7b4f6.tar.xz
linux-dev-832315b05b660427ebdc5987b66e02cb7ec7b4f6.zip
rtc: pxa: fix Kconfig indentation
The pxa section is indented using spaces, use tabs. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/rtc/Kconfig8
1 files changed, 4 insertions, 4 deletions
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.