summaryrefslogtreecommitdiff
path: root/board/mchpevb1
diff options
context:
space:
mode:
Diffstat (limited to 'board/mchpevb1')
-rw-r--r--board/mchpevb1/board.h6
-rw-r--r--board/mchpevb1/gpio.inc2
2 files changed, 1 insertions, 7 deletions
diff --git a/board/mchpevb1/board.h b/board/mchpevb1/board.h
index 3c43e20862..f7fa01edf6 100644
--- a/board/mchpevb1/board.h
+++ b/board/mchpevb1/board.h
@@ -121,12 +121,6 @@
*/
#define CONFIG_HOSTCMD_ESPI_EC_CHAN_BITMAP 0x0F
-/*
- * MEC17xx EVB + KBL RVP3 board uses eSPI default of
- * Platform Reset being a virtual wire.
- */
-#define CONFIG_HOSTCMD_ESPI_PLTRST_IS_VWIRE
-
#define CONFIG_MCHP_ESPI_VW_SAVE_ON_SLEEP
/*
diff --git a/board/mchpevb1/gpio.inc b/board/mchpevb1/gpio.inc
index e73d7a28c8..f3341b959a 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_HOSTCMD_ESPI_PLTRST_IS_VWIRE
+#ifndef CONFIG_HOSTCMD_ESPI
GPIO_INT(PCH_PLTRST_L, PIN(064), GPIO_BOTH_EDGES_PU, lpcrst_interrupt)
#endif