summaryrefslogtreecommitdiff
path: root/chip/it83xx/intc.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/it83xx/intc.c')
-rw-r--r--chip/it83xx/intc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/chip/it83xx/intc.c b/chip/it83xx/intc.c
index 1a6e6c74dc..8c1c092ed5 100644
--- a/chip/it83xx/intc.c
+++ b/chip/it83xx/intc.c
@@ -178,6 +178,11 @@ void intc_cpu_int_group_7(void)
case IT83XX_IRQ_ADC:
adc_interrupt();
break;
+#ifdef CONFIG_ADC_VOLTAGE_COMPARATOR
+ case IT83XX_IRQ_V_COMP:
+ voltage_comparator_interrupt();
+ break;
+#endif
#endif
default:
break;