From ba1198cb0387369749b28834f89d55b8570bafd9 Mon Sep 17 00:00:00 2001 From: Parth Malkan Date: Thu, 2 Jun 2022 00:59:12 +0000 Subject: zephyr: LED: Make legacy and DT configs mutually exclusive Make configs PLATFORM_EC_LED_COMMON and PLATFORM_EC_LED_DT mutually exclusive. BRANCH=None BUG=b:227798487 TEST=zmake build --all Signed-off-by: Parth Malkan Change-Id: Iaf34d6691662e354edfd1617644b979a1bc973cd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3685749 Reviewed-by: Keith Short --- zephyr/Kconfig.led | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/Kconfig.led b/zephyr/Kconfig.led index 785aa64f89..03f2ebed56 100644 --- a/zephyr/Kconfig.led +++ b/zephyr/Kconfig.led @@ -3,6 +3,7 @@ # found in the LICENSE file. menuconfig PLATFORM_EC_LED_COMMON + depends on !PLATFORM_EC_LED_DT bool "LED Support" help Enable the common LED module supporting automatic control of the -- cgit v1.2.1