Add constants for fast path resume copying
[coreboot.git] / src / Kconfig.deprecated_options
index f6f6a4bedff719240bf9b0cf0a50200a70f44e28..3cfb5ddc3251c1b5706b8d3710dd886623bfa5de 100644 (file)
@@ -2,6 +2,8 @@
 # if possible, and if you find the time, or touch the general area
 # for other purposes, please consider removing their uses.
 
+menu "Deprecated"
+
 # It might be possible to consolidate hard_reset() to southbridges,
 # given that it (usually) uses its registers.
 # The long term goal would be to eliminate hard_reset() from boards.
@@ -49,3 +51,18 @@ 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
+
+endmenu