summaryrefslogtreecommitdiffstats
path: root/src/device
diff options
context:
space:
mode:
Diffstat (limited to 'src/device')
-rw-r--r--src/device/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig
index 30fcd38cde91..ef73c40ea8c2 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -998,19 +998,6 @@ config XHCI_UTILS
help
Provides xHCI utility functions.
-config NO_S0IX_SUPPORT
- bool "Don't support S0IX suspend"
- default n
- help
- Select if the board only supports S3 and/or S4 and not S0IX
-
-config D3COLD_SUPPORT
- bool "Don't support D3Cold"
- default n if NO_S0IX_SUPPORT
- default y
- help
- Select if any devices don't support D3Cold state
-
source "src/device/dram/Kconfig"
endmenu