2006-07-31 07:21:33 +00:00
|
|
|
#
|
|
|
|
# PCI Express Root Port Device AER Configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config PCIEAER
|
|
|
|
boolean "Root Port Advanced Error Reporting support"
|
2007-06-06 03:44:16 +00:00
|
|
|
depends on PCIEPORTBUS
|
2006-07-31 07:21:33 +00:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
This enables PCI Express Root Port Advanced Error Reporting
|
|
|
|
(AER) driver support. Error reporting messages sent to Root
|
|
|
|
Port will be handled by PCI Express AER driver.
|
2009-04-22 22:52:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# PCI Express ECRC
|
|
|
|
#
|
|
|
|
config PCIE_ECRC
|
|
|
|
bool "PCI Express ECRC settings control"
|
|
|
|
depends on PCIEAER
|
|
|
|
help
|
|
|
|
Used to override firmware/bios settings for PCI Express ECRC
|
|
|
|
(transaction layer end-to-end CRC checking).
|
|
|
|
|
|
|
|
When in doubt, say N.
|
2009-06-15 02:42:57 +00:00
|
|
|
|
|
|
|
source "drivers/pci/pcie/aer/Kconfig.debug"
|