Kconfig 349 B

123456789101112
  1. #
  2. # PCI Express Root Port Device AER Configuration
  3. #
  4. config PCIEAER
  5. boolean "Root Port Advanced Error Reporting support"
  6. depends on PCIEPORTBUS && ACPI
  7. default y
  8. help
  9. This enables PCI Express Root Port Advanced Error Reporting
  10. (AER) driver support. Error reporting messages sent to Root
  11. Port will be handled by PCI Express AER driver.