summaryrefslogtreecommitdiff
path: root/chip/npcx/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/npcx/gpio.c')
-rw-r--r--chip/npcx/gpio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/chip/npcx/gpio.c b/chip/npcx/gpio.c
index 7192403e82..cb8e7348a6 100644
--- a/chip/npcx/gpio.c
+++ b/chip/npcx/gpio.c
@@ -687,9 +687,11 @@ void _irq_func(void) \
/* If we need to handle the other type interrupts except GPIO, add code here */
void __gpio_wk0efgh_interrupt(void)
{
+#ifdef CONFIG_LPC
if (IS_BIT_SET(NPCX_WKPND(MIWU_TABLE_0 , MIWU_GROUP_5),7))
lpc_lreset_pltrst_handler();
else
+#endif
gpio_interrupt(NPCX_IRQ_WKINTEFGH_0);
}