Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # POWERPC CPU Idle Drivers
0004 #
0005 config PSERIES_CPUIDLE
0006         bool "Cpuidle driver for pSeries platforms"
0007         depends on CPU_IDLE
0008         depends on PPC_PSERIES
0009         default y
0010         help
0011           Select this option to enable processor idle state management
0012           through cpuidle subsystem.
0013 
0014 config POWERNV_CPUIDLE
0015         bool "Cpuidle driver for powernv platforms"
0016         depends on CPU_IDLE
0017         depends on PPC_POWERNV
0018         default y
0019         help
0020           Select this option to enable processor idle state management
0021           through cpuidle subsystem.