summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.led
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-03-10 13:12:42 -0700
committerCommit Bot <commit-bot@chromium.org>2021-03-12 23:59:52 +0000
commitced12f83ead3bf567918b6df733719f3117cb20c (patch)
tree9a65b91112bcdc271641617800199f8a6bfa0784 /zephyr/Kconfig.led
parentaced2136d49090f4efc2a84601902e2997260e64 (diff)
downloadchrome-ec-ced12f83ead3bf567918b6df733719f3117cb20c.tar.gz
zephyr: fix Kconfig name for console commands
Cleanup Kconfig options to match the convention of starting with CONFIG_PLATFORM_EC_CONSOLE_CMD_*. BUG=b:181794644 BRANCH=none TEST=zmake testall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: Ibed3d0371483b26c17f8f8c05c088694b6f3728d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2756981 Reviewed-by: Simon Glass <sjg@chromium.org> Commit-Queue: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'zephyr/Kconfig.led')
-rw-r--r--zephyr/Kconfig.led2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/Kconfig.led b/zephyr/Kconfig.led
index f57d03d3a5..0fc928a0aa 100644
--- a/zephyr/Kconfig.led
+++ b/zephyr/Kconfig.led
@@ -38,7 +38,7 @@ config PLATFORM_EC_LED_PWM_COUNT
TODO(b/177452529): Set this parameter from the device tree.
-config PLATFORM_EC_CMD_LEDTEST
+config PLATFORM_EC_CONSOLE_CMD_LEDTEST
bool "Console command: ledtest"
default y
help