summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/stm32/Makefile
diff options
context:
space:
mode:
authorLudovic Barre <ludovic.barre@st.com>2017-12-18 16:17:49 +0100
committerLinus Walleij <linus.walleij@linaro.org>2017-12-20 08:36:22 +0100
commit4ef4cc13eab265eb3ff56b8269e5a5b96b2169e5 (patch)
treecc36ec56ce4a033e3e9da43833dc16dbbf9bc9c5 /drivers/pinctrl/stm32/Makefile
parent05a627ccac268c03da770cc462c63a46ff2eddc7 (diff)
pinctrl: stm32: Add STM32MP157 MPU support
This driver consists of 2 controllers due to a hole in mapping: -1 controller for GPIO bankA to K. -1 controller for GPIO bankZ. Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com> Signed-off-by: Ludovic Barre <ludovic.barre@st.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/stm32/Makefile')
-rw-r--r--drivers/pinctrl/stm32/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/stm32/Makefile b/drivers/pinctrl/stm32/Makefile
index d13ca3573486..b52223d6810c 100644
--- a/drivers/pinctrl/stm32/Makefile
+++ b/drivers/pinctrl/stm32/Makefile
@@ -7,3 +7,4 @@ obj-$(CONFIG_PINCTRL_STM32F429) += pinctrl-stm32f429.o
obj-$(CONFIG_PINCTRL_STM32F469) += pinctrl-stm32f469.o
obj-$(CONFIG_PINCTRL_STM32F746) += pinctrl-stm32f746.o
obj-$(CONFIG_PINCTRL_STM32H743) += pinctrl-stm32h743.o
+obj-$(CONFIG_PINCTRL_STM32MP157) += pinctrl-stm32mp157.o