~ubuntu-branches/debian/wheezy/linux-2.6/wheezy

« back to all changes in this revision

Viewing changes to drivers/pci/pcie/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings, Ben Hutchings, Aurelien Jarno, Martin Michlmayr
  • Date: 2011-04-06 13:53:30 UTC
  • mfrom: (43.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110406135330-wjufxhd0tvn3zx4z
Tags: 2.6.38-3
[ Ben Hutchings ]
* [ppc64] Add to linux-tools package architectures (Closes: #620124)
* [amd64] Save cr4 to mmu_cr4_features at boot time (Closes: #620284)
* appletalk: Fix bugs introduced when removing use of BKL
* ALSA: Fix yet another race in disconnection
* cciss: Fix lost command issue
* ath9k: Fix kernel panic in AR2427
* ses: Avoid kernel panic when lun 0 is not mapped
* PCI/ACPI: Report ASPM support to BIOS if not disabled from command line

[ Aurelien Jarno ]
* rtlwifi: fix build when PCI is not enabled.

[ Martin Michlmayr ]
* rtlwifi: Eliminate udelay calls with too large values (Closes: #620204)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
# PCI Express ASPM
32
32
#
33
33
config PCIEASPM
34
 
        bool "PCI Express ASPM support(Experimental)"
35
 
        depends on PCI && EXPERIMENTAL && PCIEPORTBUS
36
 
        default n
 
34
        bool "PCI Express ASPM control" if EXPERT
 
35
        depends on PCI && PCIEPORTBUS
 
36
        default y
37
37
        help
38
 
          This enables PCI Express ASPM (Active State Power Management) and
39
 
          Clock Power Management. ASPM supports state L0/L0s/L1.
40
 
 
41
 
          When in doubt, say N.
 
38
          This enables OS control over PCI Express ASPM (Active State
 
39
          Power Management) and Clock Power Management. ASPM supports
 
40
          state L0/L0s/L1.
 
41
 
 
42
          ASPM is initially set up the the firmware. With this option enabled,
 
43
          Linux can modify this state in order to disable ASPM on known-bad
 
44
          hardware or configurations and enable it when known-safe.
 
45
 
 
46
          ASPM can be disabled or enabled at runtime via
 
47
          /sys/module/pcie_aspm/parameters/policy
 
48
 
 
49
          When in doubt, say Y.
42
50
config PCIEASPM_DEBUG
43
51
        bool "Debug PCI Express ASPM"
44
52
        depends on PCIEASPM
46
54
        help
47
55
          This enables PCI Express ASPM debug support. It will add per-device
48
56
          interface to control ASPM.
 
57
 
 
58
config PCIE_PME
 
59
        def_bool y
 
60
        depends on PCIEPORTBUS && PM_RUNTIME && EXPERIMENTAL && ACPI