~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to drivers/pci/pcie/aer/Kconfig

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# PCI Express Root Port Device AER Configuration
 
3
#
 
4
 
 
5
config 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
#
 
18
config 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
 
 
27
source "drivers/pci/pcie/aer/Kconfig.debug"