summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.ap_power
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.ap_power')
-rw-r--r--zephyr/Kconfig.ap_power9
1 files changed, 9 insertions, 0 deletions
diff --git a/zephyr/Kconfig.ap_power b/zephyr/Kconfig.ap_power
index 3db5a1fef8..03c92759f0 100644
--- a/zephyr/Kconfig.ap_power
+++ b/zephyr/Kconfig.ap_power
@@ -2,6 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+config AP_POWER_CONTROL
+ bool
+ default y if PLATFORM_EC_POWERSEQ || AP_PWRSEQ
+ help
+ Whether the EC has control over AP power states.
+
+ This is automatically enabled if an implementation of AP power
+ sequencing is enabled.
+
menuconfig PLATFORM_EC_BOOT_AP_POWER_REQUIREMENTS
bool "Power requirements to boot AP"
default y