summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorShou-Chieh Hsu <shouchieh@google.com>2022-12-12 11:25:34 +0800
committerShou-Chieh Hsu <shouchieh@chromium.org>2022-12-12 04:07:30 +0000
commit6fbc2fc2eb455ffb82b67a2ddc08cb4601a2ed0d (patch)
tree3d65c2aebab7372dbcd52d977b5df256652256bf /docs
parentc9292d8582f8e1e02cf8458ce9969027d7d42241 (diff)
parentf99a87628e51c92a18297d6f36b2f9a562989875 (diff)
downloadchrome-ec-6fbc2fc2eb455ffb82b67a2ddc08cb4601a2ed0d.tar.gz
Merge remote-tracking branch cros/main into firmware-nissa-15217.B-main
Generated by: util/update_release_branch.py -r --zephyr --board nissa firmware- nissa-15217.B-main Relevant changes: git log --oneline c9292d8582..f99a87628e -- zephyr/program/nissa util/getversion.sh d0adc6dff8 Xivu: modify second source rotate mapping fb763e90af pujjo: declare unused GPIOs c4a6d69d4a xivur: Remove motionsense and tablet function be39fc4f3a zephyr: leds: select PLATFORM_EC_LED_DT automatically 94ec1d0e5c pujjo: Charger limit for 65w adapter. 3a824dc622 ec: Support logging system boot time info 9b7188a9b1 xivur: Config AS3GWQd3jB C490-2 for xivur e370dadc59 xivur: Implement the EC LED code a3df65d7e6 nissa/ite: Remove CONFIG_USB_PD_STARTUP_DELAY_MS option 65ff283111 yaviks: update sub board setting 8196bbc7d7 nissa: clean up sub board related code BRANCH=None BUG=b:261673266 b:260780060 b:258749706 b:249163956 b:260762509 BUG=b:242622089 b:261661895 b:261125858 b:261373619 TEST=`make -j buildall` Force-Relevant-Builds: all Cq-Depend: chromium:4094556 Change-Id: Ide66c2818fa45e086b7b961cfad8a7c0a3f0c469 Signed-off-by: Shou-Chieh Hsu <shouchieh@google.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/zephyr/zephyr_leds.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/zephyr/zephyr_leds.md b/docs/zephyr/zephyr_leds.md
index 3f57aea013..50314de365 100644
--- a/docs/zephyr/zephyr_leds.md
+++ b/docs/zephyr/zephyr_leds.md
@@ -28,7 +28,6 @@ Example:
```
# LED
CONFIG_PLATFORM_EC_LED_COMMON=n
-CONFIG_PLATFORM_EC_LED_DT=y
```
Enable other [config options](../configuration/leds.md) supported in the legacy code.