aboutsummaryrefslogtreecommitdiff
path: root/src/ec/lenovo/h8/Kconfig
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2019-05-05 11:15:25 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-08 10:27:36 +0000
commit25212117534f0cb29939a7fc6c1271ca0fa083cd (patch)
treebdf96becfdeb8543554ec840135ac8eae44d7802 /src/ec/lenovo/h8/Kconfig
parent2dc00fab7c46369bffdedf3afea2af720e4add80 (diff)
ec/lenovo/h8: Add VBOOT board support
Use Fn-Key as recovery mode switch. Tested using Icb7b263ed86551cc53e1db7babccaca6b3ae2fe6. Change-Id: I2c682431b3f09839db265259205104bd9ef4abfc Signed-off-by: Patrick Rudolph <siro@das-labor.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32607 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Diffstat (limited to 'src/ec/lenovo/h8/Kconfig')
-rw-r--r--src/ec/lenovo/h8/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ec/lenovo/h8/Kconfig b/src/ec/lenovo/h8/Kconfig
index b109831105..d874975428 100644
--- a/src/ec/lenovo/h8/Kconfig
+++ b/src/ec/lenovo/h8/Kconfig
@@ -32,6 +32,14 @@ config H8_HAS_BAT_TRESHOLDS_IMPL
bool
default n
+config H8_FN_KEY_AS_VBOOT_RECOVERY_SW
+ bool "Enable Fn-Key as VBOOT recovery switch"
+ depends on VBOOT
+ default n
+ help
+ If VBOOT is enabled, press Fn-Key at power on to force a recovery mode
+ boot instead of regular FW_MAIN_x boot.
+
endif
config H8_DOCK_EARLY_INIT