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.

Merge git://git.infradead.org/battery-2.6

* git://git.infradead.org/battery-2.6:
Don't compile the PMU power driver on 64-bit PowerPC

+1 -1
+1 -1
drivers/power/Kconfig
··· 38 38 39 39 config BATTERY_PMU 40 40 tristate "Apple PMU battery" 41 - depends on ADB_PMU 41 + depends on PPC32 && ADB_PMU 42 42 help 43 43 Say Y here to expose battery information on Apple machines 44 44 through the generic battery class.