blob: 50e94e02378ab86b8d730a0e8c4f478f7ae42add [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
Zhang, Yanmin6c2b3742006-07-31 15:21:33 +08008 default y
9 help
10 This enables PCI Express Root Port Advanced Error Reporting
11 (AER) driver support. Error reporting messages sent to Root
12 Port will be handled by PCI Express AER driver.
Andrew Patterson43c16402009-04-22 16:52:09 -060013
14
15#
16# PCI Express ECRC
17#
18config PCIE_ECRC
19 bool "PCI Express ECRC settings control"
20 depends on PCIEAER
21 help
22 Used to override firmware/bios settings for PCI Express ECRC
23 (transaction layer end-to-end CRC checking).
24
25 When in doubt, say N.
Huang Yingc465def2009-06-15 10:42:57 +080026
27source "drivers/pci/pcie/aer/Kconfig.debug"