summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.usbc
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.usbc
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.usbc')
-rw-r--r--zephyr/Kconfig.usbc6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/Kconfig.usbc b/zephyr/Kconfig.usbc
index 1a6f94d702..db1cc740bf 100644
--- a/zephyr/Kconfig.usbc
+++ b/zephyr/Kconfig.usbc
@@ -532,7 +532,7 @@ menuconfig PLATFORM_EC_USB_PD_CONSOLE_CMD
if PLATFORM_EC_USB_PD_CONSOLE_CMD
-config PLATFORM_EC_CMD_USB_PD_PE
+config PLATFORM_EC_CONSOLE_CMD_USB_PD_PE
bool "Console command: pe"
default y
help
@@ -552,7 +552,7 @@ config PLATFORM_EC_CMD_USB_PD_PE
SVID[0]: ff01 MODES: [1] 000c0045
MODE[1]: svid:ff01 caps:000c0045
-config PLATFORM_EC_CMD_USB_PD_CABLE
+config PLATFORM_EC_CONSOLE_CMD_USB_PD_CABLE
bool "Console command: pdcable"
default y
help
@@ -909,7 +909,7 @@ config PLATFORM_EC_USB_MUX_RUNTIME_CONFIG
factory. Without this, multiple EC images would need to be installed
depending on the board.
-config PLATFORM_EC_CMD_TCPC_DUMP
+config PLATFORM_EC_CONSOLE_CMD_TCPC_DUMP
bool "Console command: tcpc_dump"
# anx7447 also supports this command, but is not yet enabled
default y