diff options
author | Parth Malkan <parthmalkan@google.com> | 2022-03-21 20:56:06 -0700 |
---|---|---|
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2022-03-22 20:44:28 +0000 |
commit | 84114e8b9e517efa16a85a890b7e9e6f3087dd79 (patch) | |
tree | fa56333f18cf6174d957e3c50c5d31ef54a803ec /zephyr/Kconfig | |
parent | e4c7b95181f5ea924f7d98e4176f11b0605bcf87 (diff) | |
download | chrome-ec-84114e8b9e517efa16a85a890b7e9e6f3087dd79.tar.gz |
zephyr: Add common led implementation to shim dir
Current implementation supports gpio based leds. It has been
tested on lazor board and can be expanded to other boards.
Kconfig.led_dt will eventually be replaced by Kconfig.led once
the shim layer supports PWM based LEDs as well and each board
has added led.dts policy file
BRANCH=None
BUG=b:226019522, b:194430340
TEST=manual led test on lazor
Signed-off-by: Parth Malkan <parthmalkan@google.com>
Change-Id: I761d5d52bf91a9a44bb70d421c54634f5cbb795a
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3540926
Reviewed-by: Wai-Hong Tam <waihong@google.com>
Diffstat (limited to 'zephyr/Kconfig')
-rw-r--r-- | zephyr/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig index 4563bbe01f..755f58200a 100644 --- a/zephyr/Kconfig +++ b/zephyr/Kconfig @@ -51,6 +51,7 @@ rsource "Kconfig.init_priority" rsource "Kconfig.ioex" rsource "Kconfig.keyboard" rsource "Kconfig.led" +rsource "Kconfig.led_dt" rsource "Kconfig.panic" rsource "Kconfig.port80" rsource "Kconfig.powerseq" |