Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.6-rc2 9 lines 325 B view raw
1config RASPBERRYPI_POWER 2 bool "Raspberry Pi power domain driver" 3 depends on ARCH_BCM2835 || COMPILE_TEST 4 depends on RASPBERRYPI_FIRMWARE=y 5 select PM_GENERIC_DOMAINS if PM 6 select PM_GENERIC_DOMAINS_OF if PM 7 help 8 This enables support for the RPi power domains which can be enabled 9 or disabled via the RPi firmware.