diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2012-11-13 14:54:46 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-11-16 01:13:32 +0100 |
commit | fccf4166ddbe1a41ee4f6e327c31dc3e21144a5c (patch) | |
tree | a383a61b5ffb9172bf0f40633f844c6e6502dcc3 /src | |
parent | fa2fc339c51649b106bf78703cbc17694abcee23 (diff) |
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@google.com>
Reviewed-on: http://review.coreboot.org/1838
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/Kconfig.deprecated_options | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Kconfig.deprecated_options b/src/Kconfig.deprecated_options index 0abe76f2fa..fc61c222c2 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 |