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 master 19 lines 478 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# POWERPC CPU Idle Drivers 4# 5config PSERIES_CPUIDLE 6 bool "Cpuidle driver for pSeries platforms" 7 depends on PPC_PSERIES 8 default y 9 help 10 Select this option to enable processor idle state management 11 through cpuidle subsystem. 12 13config POWERNV_CPUIDLE 14 bool "Cpuidle driver for powernv platforms" 15 depends on PPC_POWERNV 16 default y 17 help 18 Select this option to enable processor idle state management 19 through cpuidle subsystem.