Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / pci / pcie / aer / Kconfig
1 #
2 # PCI Express Root Port Device AER Configuration
3 #
4
5 config PCIEAER
6         bool "Root Port Advanced Error Reporting support"
7         depends on PCIEPORTBUS
8         select RAS
9         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.
14
15
16 #
17 # PCI Express ECRC
18 #
19 config 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.
27
28 source "drivers/pci/pcie/aer/Kconfig.debug"