summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/config.h b/include/config.h
index 86145babd6..620c484466 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2686,20 +2686,6 @@
/* Timeout before power button task gives up starting system */
#define CONFIG_POWER_BUTTON_INIT_TIMEOUT 1
-/*
- * Enable delay between DSW_PWROK and PWRBTN assertion.
- * If enabled, DSW_PWROK_TO_PWRBTN_US and get_time_dsw_pwrok must be defined
- * as well.
- */
-#undef CONFIG_DELAY_DSW_PWROK_TO_PWRBTN
-
-/*
- * The time in usec required for PMC to be ready to detect power button press.
- * Refer to the timing diagram for G3 to S0 on PDG for details.
- */
-#define CONFIG_DSW_PWROK_TO_PWRBTN_US (95 * MSEC)
-
-
/* Compile common code for AP power state machine */
#undef CONFIG_POWER_COMMON