rtc: pxa: fix Kconfig indentation
The pxa section is indented using spaces, use tabs. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
parent
e27e21603e
commit
832315b05b
|
@ -1349,10 +1349,10 @@ config RTC_DRV_GENERIC
|
||||||
just say Y.
|
just say Y.
|
||||||
|
|
||||||
config RTC_DRV_PXA
|
config RTC_DRV_PXA
|
||||||
tristate "PXA27x/PXA3xx"
|
tristate "PXA27x/PXA3xx"
|
||||||
depends on ARCH_PXA
|
depends on ARCH_PXA
|
||||||
select RTC_DRV_SA1100
|
select RTC_DRV_SA1100
|
||||||
help
|
help
|
||||||
If you say Y here you will get access to the real time clock
|
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
|
built into your PXA27x or PXA3xx CPU. This RTC is actually 2 RTCs
|
||||||
consisting of an SA1100 compatible RTC and the extended PXA RTC.
|
consisting of an SA1100 compatible RTC and the extended PXA RTC.
|
||||||
|
|
Loading…
Reference in New Issue