Kconfig (9938b04472d5c59f8bd8152a548533a8599596a2) Kconfig (835ea93e9d266dee03b11926656bb52d99b3d274)
1menu "Platform support"
2
3source "arch/powerpc/platforms/powernv/Kconfig"
4source "arch/powerpc/platforms/pseries/Kconfig"
5source "arch/powerpc/platforms/chrp/Kconfig"
6source "arch/powerpc/platforms/512x/Kconfig"
7source "arch/powerpc/platforms/52xx/Kconfig"
8source "arch/powerpc/platforms/powermac/Kconfig"

--- 307 unchanged lines hidden (view full) ---

316 select GENERIC_ALLOCATOR
317
318config OF_RTC
319 bool
320 help
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.
323
1menu "Platform support"
2
3source "arch/powerpc/platforms/powernv/Kconfig"
4source "arch/powerpc/platforms/pseries/Kconfig"
5source "arch/powerpc/platforms/chrp/Kconfig"
6source "arch/powerpc/platforms/512x/Kconfig"
7source "arch/powerpc/platforms/52xx/Kconfig"
8source "arch/powerpc/platforms/powermac/Kconfig"

--- 307 unchanged lines hidden (view full) ---

316 select GENERIC_ALLOCATOR
317
318config OF_RTC
319 bool
320 help
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.
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
325 bool "Support for simple, memory-mapped GPIO controllers"
326 depends on PPC
327 select ARCH_REQUIRE_GPIOLIB
328 help
329 Say Y here to support simple, memory-mapped GPIO controllers.
330 These are usually BCSRs used to control board's switches, LEDs,
331 chip-selects, Ethernet/USB PHY's power and various other small

--- 17 unchanged lines hidden ---
335config SIMPLE_GPIO
336 bool "Support for simple, memory-mapped GPIO controllers"
337 depends on PPC
338 select ARCH_REQUIRE_GPIOLIB
339 help
340 Say Y here to support simple, memory-mapped GPIO controllers.
341 These are usually BCSRs used to control board's switches, LEDs,
342 chip-selects, Ethernet/USB PHY's power and various other small

--- 17 unchanged lines hidden ---