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
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#

config CONFIG_PPC4xx_PCI_EXPRESS
	bool
	depends on CONFIG_PCI && CONFIG_4xx

config CONFIG_PPC4xx_HSTA_MSI
	bool
	depends on CONFIG_PCI_MSI
	depends on CONFIG_PCI && CONFIG_4xx

config CONFIG_PPC4xx_MSI
	bool
	depends on CONFIG_PCI_MSI
	depends on CONFIG_PCI && CONFIG_4xx

config CONFIG_PPC_MSI_BITMAP
	bool
	depends on CONFIG_PCI_MSI
	default y if CONFIG_MPIC
	default y if CONFIG_FSL_PCI
	default y if CONFIG_PPC4xx_MSI
	default y if CONFIG_PPC_POWERNV

source "arch/powerpc/sysdev/xics/Kconfig"
source "arch/powerpc/sysdev/xive/Kconfig"

config CONFIG_GE_FPGA
	bool

config CONFIG_FSL_CORENET_RCPM
	bool
	help
	  This option enables support for RCPM (Run Control/Power Management).