summaryrefslogtreecommitdiff
path: root/board/adlrvpp_npcx
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-08-06 14:24:57 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-19 23:28:44 +0000
commitf2809b72c935beb26e1b29f6fa01fb851cadc492 (patch)
tree965d74aba514632e71314db8c4287d67897f05df /board/adlrvpp_npcx
parentb91e9c7c83f47c392c94f571d699e94dd568797f (diff)
downloadchrome-ec-f2809b72c935beb26e1b29f6fa01fb851cadc492.tar.gz
config: rename CONFIG_HOSTCMD_ESPI to CONFIG_HOST_INTERFACE_ESPI
Rename CONFIG_HOSTCMD_ESPI to CONFIG_HOST_INTERFACE_ESPI. 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: I7f52614ca9a0dd54cc7e96e51bba40453564198e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3095842 Tested-by: Michał Barnaś <mb@semihalf.com>
Diffstat (limited to 'board/adlrvpp_npcx')
-rw-r--r--board/adlrvpp_npcx/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/adlrvpp_npcx/gpio.inc b/board/adlrvpp_npcx/gpio.inc
index a059b1c6b6..4a696e4c09 100644
--- a/board/adlrvpp_npcx/gpio.inc
+++ b/board/adlrvpp_npcx/gpio.inc
@@ -62,7 +62,7 @@ GPIO(USBC_TCPC_PPC_ALRT_P3, PIN(F, 3), GPIO_INPUT)
/* Host communication GPIOs */
GPIO(SMC_WAKE_SCI_N_MECC, PIN(A, 4), GPIO_ODR_HIGH)
GPIO(EC_PCH_MKBP_INT_ODL, PIN(F, 5), GPIO_ODR_HIGH)
-#ifndef CONFIG_HOSTCMD_ESPI
+#ifndef CONFIG_HOST_INTERFACE_ESPI
GPIO(LPC_ESPI_RST_N, PIN(5, 4), GPIO_INPUT | GPIO_SEL_1P8V)
GPIO(PLT_RST_L, PIN(A, 2), GPIO_INPUT | GPIO_SEL_1P8V) /* PCH_PLTRST_L */
#endif