Skip to content

Commit

Permalink
rtc: pxa: fix Kconfig indentation
Browse files Browse the repository at this point in the history
The pxa section is indented using spaces, use tabs.

Signed-off-by: Alexandre Belloni <[email protected]>
  • Loading branch information
alexandrebelloni committed Mar 14, 2016
1 parent e27e216 commit 832315b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 832315b

Please sign in to comment.