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

# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

config CONFIG_PPC4xx_PCI_EXPRESS
	bool
	depends on CONFIG_PCI && CONFIG_4xx
	default n

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

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

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"

config CONFIG_PPC_SCOM
	bool

config CONFIG_SCOM_DEBUGFS
	bool "Expose SCOM controllers via debugfs"
	depends on CONFIG_PPC_SCOM && CONFIG_DEBUG_FS
	default n

config CONFIG_GE_FPGA
	bool
	default n

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