From 1b6965649a91fdcd150dabdd306584ce469126ac Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 29 Dec 2020 09:26:04 -0700 Subject: zephyr: Convert the sub-Kconfig files into menus Use a menu for each of these since it produces a tidier top-level view for the EC. Put the function as the first word to make it easier to follow. For battery and USB-C, use menuconfig so that it works the same way as power sequencing. BUG=b:176449230 BRANCH=none TEST=ninja -C /tmp/z/vol/build-ro menuconfig See that the menus appear Signed-off-by: Simon Glass Change-Id: I57e58f94aeaa0783ca69b0c948b7760c2e42adbf Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2606571 Reviewed-by: Keith Short --- zephyr/Kconfig.powerseq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zephyr/Kconfig.powerseq') diff --git a/zephyr/Kconfig.powerseq b/zephyr/Kconfig.powerseq index 6716e6c976..fb88e2061e 100644 --- a/zephyr/Kconfig.powerseq +++ b/zephyr/Kconfig.powerseq @@ -3,7 +3,7 @@ # found in the LICENSE file. menuconfig PLATFORM_EC_POWERSEQ - bool "Enable power sequencing" + bool "Power sequencing" depends on AP help Enable shimming the platform/ec AP power sequencing code. -- cgit v1.2.1