summaryrefslogtreecommitdiff
path: root/board/reef_mchp
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-08-06 14:26:58 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-19 23:28:51 +0000
commited39a99992faae7f576aa2a73feb01a0769c36a2 (patch)
treea1b7cd6f47a03b64b62eac140e2e4c9ac16403be /board/reef_mchp
parentf2809b72c935beb26e1b29f6fa01fb851cadc492 (diff)
downloadchrome-ec-ed39a99992faae7f576aa2a73feb01a0769c36a2.tar.gz
config: rename CONFIG_HOSTCMD_SHI to CONFIG_HOST_INTERFACE_SHI
Rename CONFIG_HOSTCMD_SHI to CONFIG_HOST_INTERFACE_SHI. This makes the host interface selection configs distinct from configs used to enable/disable specific host commands. BUG=b:195416058 BRANCH=main TEST=compare_build.sh Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I35959149554f58c8911459dcd025720b6d66eb32 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3095843 Tested-by: Michał Barnaś <mb@semihalf.com> Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
Diffstat (limited to 'board/reef_mchp')
-rw-r--r--board/reef_mchp/gpio.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/reef_mchp/gpio.inc b/board/reef_mchp/gpio.inc
index 0385d82102..3274af3bff 100644
--- a/board/reef_mchp/gpio.inc
+++ b/board/reef_mchp/gpio.inc
@@ -84,7 +84,8 @@ GPIO(EC_I2C_POWER_SCL, PIN(010), GPIO_INPUT)
* Pin 57 (SER_IRQ) defaults to LPC mode, but we also have EC_PCH_KB_INT_ODL
* (Pin B0) in case it doesn't work (Set CONFIG_KEYBOARD_IRQ_GPIO in this case).
*
- * See also the NO_LPC_ESPI bit in DEVALT1 and the CONFIG_HOSTCMD_SHI option.
+ * See also the NO_LPC_ESPI bit in DEVALT1 and the
+ * CONFIG_HOST_INTERFACE_SHI option.
*/
GPIO(PCH_SMI_L, PIN(0227), GPIO_ODR_HIGH | GPIO_SEL_1P8V) /* EC_SMI_ODL */