2006-07-31 11:21:33 +04:00
|
|
|
#
|
|
|
|
# PCI Express Root Port Device AER Configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config PCIEAER
|
2014-12-20 23:41:11 +03:00
|
|
|
bool "Root Port Advanced Error Reporting support"
|
2007-06-06 07:44:16 +04:00
|
|
|
depends on PCIEPORTBUS
|
2014-06-12 00:57:27 +04:00
|
|
|
select RAS
|
2006-07-31 11:21:33 +04: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-23 02:52:09 +04: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 06:42:57 +04:00
|
|
|
|
|
|
|
source "drivers/pci/pcie/aer/Kconfig.debug"
|