summaryrefslogtreecommitdiff
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
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>
-rw-r--r--zephyr/Kconfig5
-rw-r--r--zephyr/Kconfig.keyboard3
2 files changed, 3 insertions, 5 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig
index 9e06a724c9..23cfb7b947 100644
--- a/zephyr/Kconfig
+++ b/zephyr/Kconfig
@@ -671,9 +671,8 @@ config PLATFORM_EC_PWM_DISPLIGHT
depends on PLATFORM_EC_PWM
help
Enables display backlight controlled by a PWM signal connected
- directly to the EC chipset. The board devicetree file must define the
- PWM channel used for the display backlight control and assign the
- "displight" node label to it.
+ directly to the EC chipset. The board devicetree file must define a
+ "cros-ec,displight" compatible device node.
config PLATFORM_EC_RTC
bool "Real-time clock (RTC)"
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