summaryrefslogtreecommitdiff
path: root/board/mchpevb1/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/mchpevb1/gpio.inc')
-rw-r--r--board/mchpevb1/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mchpevb1/gpio.inc b/board/mchpevb1/gpio.inc
index 360f09e037..e73d7a28c8 100644
--- a/board/mchpevb1/gpio.inc
+++ b/board/mchpevb1/gpio.inc
@@ -25,7 +25,7 @@
#define GPIO_BOTH_EDGES_PU (GPIO_INT_BOTH | GPIO_PULL_UP)
/* Only needed if CONFIG_HOSTCMD_ESPI is not set, using LPC interface to PCH */
-#ifndef CONFIG_ESPI_PLTRST_IS_VWIRE
+#ifndef CONFIG_HOSTCMD_ESPI_PLTRST_IS_VWIRE
GPIO_INT(PCH_PLTRST_L, PIN(064), GPIO_BOTH_EDGES_PU, lpcrst_interrupt)
#endif