[coreboot] New patch to review for coreboot: 2a7b031 Drop unused Kconfig variable PCIE_TUNING

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Nov 14 02:03:04 CET 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1838

-gerrit

commit 2a7b03164f13e9140524da851eeb20555138d645
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Tue Nov 13 14:54:46 2012 -0800

    Drop unused Kconfig variable PCIE_TUNING
    
    It's only mentioned in Kconfig and never set nor used.
    
    Change-Id: Icc0ac56ae7b325a9e93ed5cdce9dc4b7bab43140
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/Kconfig.deprecated_options | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/src/Kconfig.deprecated_options b/src/Kconfig.deprecated_options
index 0abe76f..fc61c22 100644
--- a/src/Kconfig.deprecated_options
+++ b/src/Kconfig.deprecated_options
@@ -21,16 +21,6 @@ config DRIVERS_PS2_KEYBOARD
 	  this option, then you can say N here to speed up boot time.
 	  Otherwise say Y.
 
-# This was a config option for a long time, but it never showed up in Kconfig.
-# It should go away and "tuning" should always be enabled when PCIe is there,
-# or it should be more fine grained (ie. Enable PCIe ASPM)
-config PCIE_TUNING
-	bool
-	default n
-	help
-	  This variable enables certain PCIe optimizations. Right now it's
-	  only ASPM and it's untested.
-
 config ID_SECTION_OFFSET
 	hex
 	default 0x80




More information about the coreboot mailing list