summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
diff options
context:
space:
mode:
authorPi-Hsun Shih <pihsun@chromium.org>2019-04-10 15:18:51 +0800
committerchrome-bot <chrome-bot@chromium.org>2019-04-13 01:32:03 -0700
commit53d417b1afd56926ecf19b76fe9e6fb440ca5e0a (patch)
tree756b40e2210a5cf947b162b12ec9503a5e568418 /include/ec_commands.h
parent3554e0ed7bf1014b701e59b0c551d77f294f59b7 (diff)
downloadchrome-ec-53d417b1afd56926ecf19b76fe9e6fb440ca5e0a.tar.gz
kukui: scp: Make comment for EC_FEATURE_SCP better.
Since SCP is not a feature that EC can "support", change the wording of the comment to explain better. BUG=None BRANCH=None TEST=None Change-Id: I77ad7df0235b6e034047831c602c3017647f2870 Signed-off-by: Pi-Hsun Shih <pihsun@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1560933 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Diffstat (limited to 'include/ec_commands.h')
-rw-r--r--include/ec_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index 590ee8202a..aac40efb66 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -1340,7 +1340,7 @@ enum ec_feature_code {
EC_FEATURE_REFINED_TABLET_MODE_HYSTERESIS = 37,
/* EC supports audio codec. */
EC_FEATURE_AUDIO_CODEC = 38,
- /* EC Supports SCP. */
+ /* The MCU is a System Companion Processor (SCP). */
EC_FEATURE_SCP = 39,
/* The MCU is an Integrated Sensor Hub */
EC_FEATURE_ISH = 40,