diff options
author | Alexandre TORGUE <[email protected]> | 2016-09-20 18:00:58 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2016-09-21 14:13:21 +0200 |
commit | 47f91519546ce39cceee2c51b0f5045eadc688a9 (patch) | |
tree | b085d18e8855ea04d60f7c764ead0a052a6281e1 | |
parent | e072041688ca73f125719815fa4b0fd23a45152c (diff) |
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]>
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a9c4e48bb7ec..bc9d6df8bab4 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. |