• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/pcie/aer/
1#
2# PCI Express Root Port Device AER Configuration
3#
4
5config PCIEAER
6	boolean "Root Port Advanced Error Reporting support"
7	depends on PCIEPORTBUS
8	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.
13
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.
26
27source "drivers/pci/pcie/aer/Kconfig.debug"
28