diff options
author | Michał Barnaś <mb@semihalf.com> | 2021-11-17 17:49:27 +0100 |
---|---|---|
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2022-09-09 18:49:03 +0000 |
commit | 538a24ab36652a61795d108707b891c3ad4867cc (patch) | |
tree | 410a531ab6b0a77c818319025887e39aa9674fdf /board/voema | |
parent | 3d2a1c9fb1ebb38a0e5ca291e237d569da3bb904 (diff) | |
download | chrome-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/voema')
-rw-r--r-- | board/voema/gpio.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/voema/gpio.inc b/board/voema/gpio.inc index 7506ccdbd1..db042d61a4 100644 --- a/board/voema/gpio.inc +++ b/board/voema/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) |