Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI Express ASPM support should default to 'No'

Running 'make oldconfig' I just noticed that PCIEASPM defaults to
'y' in Kconfig even though the feature is both experimental and the
help text recommends that if you are unsure you say 'n'.
It seems to me that this really should default to 'n', not 'y' at the
moment.
The following patch makes that change. Please consider applying.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

authored by

Jesper Juhl and committed by
Jesse Barnes
4cfe02fa 3dc50637

+1 -1
+1 -1
drivers/pci/pcie/Kconfig
··· 33 33 config PCIEASPM 34 34 bool "PCI Express ASPM support(Experimental)" 35 35 depends on PCI && EXPERIMENTAL && PCIEPORTBUS 36 - default y 36 + default n 37 37 help 38 38 This enables PCI Express ASPM (Active State Power Management) and 39 39 Clock Power Management. ASPM supports state L0/L0s/L1.