CONFIG_EXTI_STM32
External Interrupt/Event Controller (EXTI) Driver for STM32 family of MCUs
Type: bool
Help
Enable EXTI driver for STM32 line of MCUs
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
y if
SOC_FAMILY_STM32
Kconfig definition
At <Zephyr>/drivers/interrupt_controller/Kconfig.stm32:8
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:28
→ <Zephyr>/drivers/interrupt_controller/Kconfig:56
Menu path: (Top) → Device Drivers → Interrupt Controllers
config EXTI_STM32
bool "External Interrupt/Event Controller (EXTI) Driver for STM32 family of MCUs"
default y if SOC_FAMILY_STM32
depends on SOC_FAMILY_STM32
help
Enable EXTI driver for STM32 line of MCUs
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)