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

#
# CONFIG_PCI Express Root Port Device AER Configuration
#

config CONFIG_PCIEAER
	bool "Root Port Advanced Error Reporting support"
	depends on CONFIG_PCIEPORTBUS
	select CONFIG_RAS
	default y
	help
	  This enables CONFIG_PCI Express Root Port Advanced Error Reporting
	  (AER) driver support. Error reporting messages sent to Root
	  Port will be handled by CONFIG_PCI Express AER driver.


#
# CONFIG_PCI Express ECRC
#
config CONFIG_PCIE_ECRC
	bool "PCI Express ECRC settings control"
	depends on CONFIG_PCIEAER
	help
	  Used to override firmware/bios settings for CONFIG_PCI Express ECRC
	  (transaction layer end-to-end CRC checking).

	  When in doubt, say N.

source "drivers/pci/pcie/aer/Kconfig.debug"