From b719d38f1a02fbe3f003b5f2b840166496b3326c Mon Sep 17 00:00:00 2001 From: Keith Short Date: Thu, 21 Jul 2022 13:32:06 -0600 Subject: zephyr: Delete CONFIG_PLATFORM_EC_ADC CONFIG_PLATFORM_EC_ADC is redundant with the Zephyr Kconfig option, CONFIG_ADC. Use the Zephyr option directly. Note - projects based on the "minimal" config do not compare. The minimal config disabled CONFIG_ADC, but the CONFIG_PLATFORM_EC_ADC_CMD was still enabled. With this CL, CONFIG_PLATFORM_EC_ADC_CMD now depends on CONFIG_ADC. BUG=none BRANCH=none TEST=zmake testall --static; compare binaries Signed-off-by: Keith Short Change-Id: I129a3f490abd5c8234bc06ed6f86f2d7ff8a13b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3791659 Reviewed-by: Jeremy Bettis --- zephyr/projects/trogdor/lazor/prj.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'zephyr/projects/trogdor') diff --git a/zephyr/projects/trogdor/lazor/prj.conf b/zephyr/projects/trogdor/lazor/prj.conf index 44affef2ac..a08ff40a79 100644 --- a/zephyr/projects/trogdor/lazor/prj.conf +++ b/zephyr/projects/trogdor/lazor/prj.conf @@ -64,7 +64,6 @@ CONFIG_PLATFORM_EC_CMD_BUTTON=y CONFIG_CROS_KB_RAW_NPCX=y # ADC -CONFIG_PLATFORM_EC_ADC=y CONFIG_ADC=y CONFIG_ADC_SHELL=n -- cgit v1.2.1