x86/topology: Fix function name in documentation
[cris-mirror.git] / drivers / pci / pcie / aer / Kconfig
blob5a64eb3d6c7a0546a01697a1041f622110df10ff
1 # SPDX-License-Identifier: GPL-2.0
3 # PCI Express Root Port Device AER Configuration
6 config PCIEAER
7         bool "Root Port Advanced Error Reporting support"
8         depends on PCIEPORTBUS
9         select RAS
10         default y
11         help
12           This enables PCI Express Root Port Advanced Error Reporting
13           (AER) driver support. Error reporting messages sent to Root
14           Port will be handled by PCI Express AER driver.
18 # PCI Express ECRC
20 config PCIE_ECRC
21         bool "PCI Express ECRC settings control"
22         depends on PCIEAER
23         help
24           Used to override firmware/bios settings for PCI Express ECRC
25           (transaction layer end-to-end CRC checking).
27           When in doubt, say N.
29 source "drivers/pci/pcie/aer/Kconfig.debug"