summaryrefslogtreecommitdiff
path: root/chip/mchp/lpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mchp/lpc.c')
-rw-r--r--chip/mchp/lpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mchp/lpc.c b/chip/mchp/lpc.c
index 3027cfac9a..57553ed200 100644
--- a/chip/mchp/lpc.c
+++ b/chip/mchp/lpc.c
@@ -816,7 +816,7 @@ int lpc_get_pltrst_asserted(void)
#ifdef CONFIG_HOSTCMD_ESPI
/*
* eSPI PLTRST# a VWire or side-band signal
- * Controlled by CONFIG_ESPI_PLTRST_IS_VWIRE
+ * Controlled by CONFIG_HOSTCMD_ESPI_PLTRST_IS_VWIRE
*/
return espi_vw_get_wire(VW_PLTRST_L);
#else