summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.keyboard
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2022-03-04 16:33:27 +0000
committerCommit Bot <commit-bot@chromium.org>2022-03-08 18:12:01 +0000
commit118006c73105e6f378acc1213ed5705ee24a9326 (patch)
tree90f4ef296adaa18cbcd51caac4d4d9d23e9e8a8f /zephyr/Kconfig.keyboard
parent94d91681f46b259bfb69b150d9c04fd67c462b53 (diff)
downloadchrome-ec-118006c73105e6f378acc1213ed5705ee24a9326.tar.gz
zephyr: Kconfig: update the displight and kblight descriptions
Update the PLATFORM_EC_PWM_DISPLIGHT and PLATFORM_EC_PWM_KBLIGHT option help text to reflect the fact that these now needs a device tree node. BRANCH=none BUG=none TEST=zmake testall Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: Iddd0d061d00851c37ce050e5b19d52c8274932ab Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3497697 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'zephyr/Kconfig.keyboard')
-rw-r--r--zephyr/Kconfig.keyboard3
1 files changed, 1 insertions, 2 deletions
diff --git a/zephyr/Kconfig.keyboard b/zephyr/Kconfig.keyboard
index 8e483e3af4..8c0a60a620 100644
--- a/zephyr/Kconfig.keyboard
+++ b/zephyr/Kconfig.keyboard
@@ -192,8 +192,7 @@ config PLATFORM_EC_PWM_KBLIGHT
help
Enables a PWM-controlled keyboard backlight controlled by a PWM signal
connected directly to the EC chipset. The board devicetree file must
- define the PWM channel used for the keyboard backlight control and
- assign the "kblight" node label to it.
+ define a "cros-ec,kblight-pwm" compatible device node.
endchoice # Keyboard backlight