All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PCI Express ASPM support should default to 'No'
@ 2008-04-22 22:28 Jesper Juhl
  2008-04-23  0:12 ` Jesse Barnes
  0 siblings, 1 reply; 9+ messages in thread
From: Jesper Juhl @ 2008-04-22 22:28 UTC (permalink / raw)
  To: Shaohua Li; +Cc: linux-kernel, Ingo Molnar, Jesper Juhl

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>
---

 Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig
index 25b04fb..5a0c6ad 100644
--- a/drivers/pci/pcie/Kconfig
+++ b/drivers/pci/pcie/Kconfig
@@ -33,7 +33,7 @@ source "drivers/pci/pcie/aer/Kconfig"
 config PCIEASPM
 	bool "PCI Express ASPM support(Experimental)"
 	depends on PCI && EXPERIMENTAL && PCIEPORTBUS
-	default y
+	default n
 	help
 	  This enables PCI Express ASPM (Active State Power Management) and
 	  Clock Power Management. ASPM supports state L0/L0s/L1.



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-04-27 20:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-22 22:28 [PATCH] PCI Express ASPM support should default to 'No' Jesper Juhl
2008-04-23  0:12 ` Jesse Barnes
2008-04-23  1:05   ` Shaohua Li
2008-04-23 22:46     ` Jesse Barnes
2008-04-24  7:49     ` Andi Kleen
2008-04-24  8:02       ` Shaohua Li
2008-04-24 15:33         ` Jesse Barnes
2008-04-25  1:16           ` Shaohua Li
2008-04-27 20:01       ` Jesper Juhl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.