drivers: interrupt_controller: Add STM32L1X EXTI support

Add EXTI support for STM32L1X SoC series.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
This commit is contained in:
Manivannan Sadhasivam 2019-02-01 11:31:34 +05:30 committed by Kumar Gala
commit 0525019b23
2 changed files with 8 additions and 0 deletions

View file

@ -43,6 +43,10 @@
#include <stm32l1xx_ll_gpio.h>
#endif
#ifdef CONFIG_EXTI_STM32
#include <stm32l1xx_ll_exti.h>
#endif
#endif /* !_ASMLANGUAGE */
#endif /* _STM32L1_SOC_H_ */