blob: 389440228c1de104cc1dde0eafbc94697f6373d5 [file] [log] [blame]
Zhang, Yanmin6c2b3742006-07-31 15:21:33 +08001#
2# PCI Express Root Port Device AER Configuration
3#
4
5config PCIEAER
6 boolean "Root Port Advanced Error Reporting support"
Zhang, Yanmin8d29bfb2007-06-06 11:44:16 +08007 depends on PCIEPORTBUS
Chen, Gong0a2409a2014-06-11 13:57:27 -07008 select RAS
Zhang, Yanmin6c2b3742006-07-31 15:21:33 +08009 default y
10 help
11 This enables PCI Express Root Port Advanced Error Reporting
12 (AER) driver support. Error reporting messages sent to Root
13 Port will be handled by PCI Express AER driver.
Andrew Patterson43c16402009-04-22 16:52:09 -060014
15
16#
17# PCI Express ECRC
18#
19config PCIE_ECRC
20 bool "PCI Express ECRC settings control"
21 depends on PCIEAER
22 help
23 Used to override firmware/bios settings for PCI Express ECRC
24 (transaction layer end-to-end CRC checking).
25
26 When in doubt, say N.
Huang Yingc465def2009-06-15 10:42:57 +080027
28source "drivers/pci/pcie/aer/Kconfig.debug"