Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
#
# POWERPC CPU Idle Drivers
#
config CONFIG_PSERIES_CPUIDLE
	bool "Cpuidle driver for pSeries platforms"
	depends on CONFIG_CPU_IDLE
	depends on CONFIG_PPC_PSERIES
	default y
	help
	  Select this option to enable processor idle state management
	  through cpuidle subsystem.

config CONFIG_POWERNV_CPUIDLE
	bool "Cpuidle driver for powernv platforms"
	depends on CONFIG_CPU_IDLE
	depends on CONFIG_PPC_POWERNV
	default y
	help
	  Select this option to enable processor idle state management
	  through cpuidle subsystem.