Commit-ID: 47f91519546ce39cceee2c51b0f5045eadc688a9 Gitweb: http://git.kernel.org/tip/47f91519546ce39cceee2c51b0f5045eadc688a9 Author: Alexandre TORGUE <[email protected]> AuthorDate: Tue, 20 Sep 2016 18:00:58 +0200 Committer: Thomas Gleixner <[email protected]> CommitDate: Wed, 21 Sep 2016 14:13:21 +0200
ARM/STM32: Select external interrupts controller Originally-from: Maxime Coquelin <[email protected]> Signed-off-by: Alexandre TORGUE <[email protected]> Cc: Mark Rutland <[email protected]> Cc: [email protected] Cc: Daniel Thompson <[email protected]> Cc: Jason Cooper <[email protected]> Cc: [email protected] Cc: Marc Zyngier <[email protected]> Cc: [email protected] Cc: Linus Walleij <[email protected]> Cc: [email protected] Cc: Rob Herring <[email protected]> Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]> --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a9c4e48..bc9d6df 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -878,6 +878,7 @@ config ARCH_STM32 select CLKSRC_STM32 select PINCTRL select RESET_CONTROLLER + select STM32_EXTI help Support for STMicroelectronics STM32 processors.

