aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/Kconfig')
-rw-r--r--arch/powerpc/platforms/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig
index 3663f71fd913..fbdae8377b71 100644
--- a/arch/powerpc/platforms/Kconfig
+++ b/arch/powerpc/platforms/Kconfig
@@ -321,6 +321,17 @@ config OF_RTC
321 Uses information from the OF or flattened device tree to instantiate 321 Uses information from the OF or flattened device tree to instantiate
322 platform devices for direct mapped RTC chips like the DS1742 or DS1743. 322 platform devices for direct mapped RTC chips like the DS1742 or DS1743.
323 323
324config GEN_RTC
325 bool "Use the platform RTC operations from user space"
326 select RTC_CLASS
327 select RTC_DRV_GENERIC
328 help
329 This option provides backwards compatibility with the old gen_rtc.ko
330 module that was traditionally used for old PowerPC machines.
331 Platforms should migrate to enabling the RTC_DRV_GENERIC by hand
332 replacing their get_rtc_time/set_rtc_time callbacks with
333 a proper RTC device driver.
334
324config SIMPLE_GPIO 335config SIMPLE_GPIO
325 bool "Support for simple, memory-mapped GPIO controllers" 336 bool "Support for simple, memory-mapped GPIO controllers"
326 depends on PPC 337 depends on PPC