diff options
author | Alexandre TORGUE <alexandre.torgue@st.com> | 2016-09-09 16:42:01 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-09-13 10:13:01 +0200 |
commit | 0eb9f683336d7eb99a3b75987620417c574ffb57 (patch) | |
tree | ca0b8af2ce94f49d0a34e7eb0d7896f305674a9a /drivers/pinctrl/stm32/Kconfig | |
parent | pinctrl: Add IRQ related DT properties of STM32 pinctrl (diff) | |
download | linux-0eb9f683336d7eb99a3b75987620417c574ffb57.tar.xz linux-0eb9f683336d7eb99a3b75987620417c574ffb57.zip |
pinctrl: Add IRQ support to STM32 gpios
This patch adds IRQ support to STM32 gpios.
The EXTI controller has 16 lines dedicated to GPIOs.
EXTI line n can be connected to only line n of one of the GPIO ports, for
example EXTI0 can be connected to either PA0, or PB0, or PC0...
This port selection is done by specifying the port number into System
Config registers.
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/stm32/Kconfig')
-rw-r--r-- | drivers/pinctrl/stm32/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/stm32/Kconfig b/drivers/pinctrl/stm32/Kconfig index 4c40dae384d1..24bc68308af2 100644 --- a/drivers/pinctrl/stm32/Kconfig +++ b/drivers/pinctrl/stm32/Kconfig @@ -6,6 +6,7 @@ config PINCTRL_STM32 select PINMUX select GENERIC_PINCONF select GPIOLIB + select MFD_SYSCON config PINCTRL_STM32F429 bool "STMicroelectronics STM32F429 pin control" if COMPILE_TEST && !MACH_STM32F429 |