summaryrefslogtreecommitdiff
path: root/board/collis
diff options
context:
space:
mode:
authorMichał Barnaś <mb@semihalf.com>2021-11-17 17:49:27 +0100
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-09 18:49:03 +0000
commit538a24ab36652a61795d108707b891c3ad4867cc (patch)
tree410a531ab6b0a77c818319025887e39aa9674fdf /board/collis
parent3d2a1c9fb1ebb38a0e5ca291e237d569da3bb904 (diff)
downloadchrome-ec-538a24ab36652a61795d108707b891c3ad4867cc.tar.gz
config: rename HOSTCMD_ESPI_* to HOST_INTERFACE_ESPI_*
Rename ESPI additional configs to match the name of base config that selects ESPI as HOST_INTERFACE. BUG=b:195416058 BRANCH=main TEST=zmake testall && make buildall Change-Id: I137449a1a58b1ea0d9794ebc0900e1b68413819d Signed-off-by: Michał Barnaś <mb@semihalf.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3291744 Reviewed-by: Sam Hurst <shurst@google.com> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com>
Diffstat (limited to 'board/collis')
-rw-r--r--board/collis/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/collis/gpio.inc b/board/collis/gpio.inc
index 95e0ca8ba2..0f7b5e4eb0 100644
--- a/board/collis/gpio.inc
+++ b/board/collis/gpio.inc
@@ -16,7 +16,7 @@ GPIO_INT(ACOK_OD, PIN(0, 0), GPIO_INT_BOTH | GPIO_HIB_WAKE_HIGH, ex
/* Power sequencing interrupts */
GPIO_INT(SLP_S0_L, PIN(D, 5), GPIO_INT_BOTH, power_signal_interrupt)
-#ifndef CONFIG_HOSTCMD_ESPI_VW_SLP_S3
+#ifndef CONFIG_HOST_INTERFACE_ESPI_VW_SLP_S3
GPIO_INT(SLP_S3_L, PIN(A, 5), GPIO_INT_BOTH, power_signal_interrupt)
#endif
GPIO_INT(SLP_SUS_L, PIN(D, 7), GPIO_INT_BOTH, power_signal_interrupt)