:orphan: .. title:: CONFIG_EXTI_STM32 .. kconfig:: CONFIG_EXTI_STM32 CONFIG_EXTI_STM32 ################# *External Interrupt/Event Controller (EXTI) Driver for STM32 family of MCUs* Type: ``bool`` Help ==== .. code-block:: none Enable EXTI driver for STM32 line of MCUs Direct dependencies =================== \ :kconfig:`SOC_FAMILY_STM32 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`SOC_FAMILY_STM32 ` Kconfig definition ================== At ``/interrupt_controller/Kconfig.stm32:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:56`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. code-block:: kconfig 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.)*