summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2020-05-07 12:52:00 +0800
committerJi Luo <ji.luo@nxp.com>2020-05-21 18:46:23 +0800
commitd0f64bb8286739f9efd656cd2d63539106427f80 (patch)
tree2440560987ebd668fe61b2a4568d497c17f0349f /lib
parent2b5a5ccffc99d107870bdfe9525a9c8d8770491b (diff)
MA-17159 Implement bootloader menu for imx7ulp
According to the spec of android wear, the device MUST provides a bootloader menu for debugging purpose. This commit implements a simple bootloader menu based on imx7ulp_evk revb board, the menu will show when booting with 'VOL+' key pressed, users can press "VOL+" to choose the item, then press "ONOFF" key to confirm. Test: bootloader menu show on imx7ulp_evk revb. Change-Id: I80638a43afa17e312e633b05888c62440380b42b Signed-off-by: Ji Luo <ji.luo@nxp.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 046634b21e..a1d274c184 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -358,6 +358,11 @@ config AVB_WARNING_TIME_LAST
help
The time of avb warning logo will last (s).
+config BOOTLOADER_MENU
+ bool "Enable bootloader menu for android device"
+ help
+ bootloader menu feature for android device.
+
config APPEND_BOOTARGS
bool "Append bootargs support"