summaryrefslogtreecommitdiff
path: root/configs/stm32f746-disco_defconfig
diff options
context:
space:
mode:
authorVikas Manocha <vikas.manocha@st.com>2017-02-12 18:25:49 (GMT)
committerTom Rini <trini@konsulko.com>2017-03-17 18:15:14 (GMT)
commit94d53084120bd977249e78ae4738cc28e62d276d (patch)
treeae13da48f3e702bc1c82ad6faa1dfc50dfca2605 /configs/stm32f746-disco_defconfig
parentb5be8f5ea8d9b0ffc46f818ce0cb38cd16f99e4d (diff)
downloadu-boot-fsl-qoriq-94d53084120bd977249e78ae4738cc28e62d276d.tar.xz
PINCTRL: stm32f7: add pin control driver
This driver uses the same pin control binding as that of linux, binding document of this patch is copied from linux. One addition done is for GPIO input and output mode configuration which was missing. Signed-off-by: Vikas Manocha <vikas.manocha@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/stm32f746-disco_defconfig')
-rw-r--r--configs/stm32f746-disco_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/stm32f746-disco_defconfig b/configs/stm32f746-disco_defconfig
index 8fcab9d..b5457c6 100644
--- a/configs/stm32f746-disco_defconfig
+++ b/configs/stm32f746-disco_defconfig
@@ -40,3 +40,6 @@ CONFIG_STM32_QSPI=y
CONFIG_OF_LIBFDT_OVERLAY=y
# CONFIG_EFI_LOADER is not set
CONFIG_CLK=y
+CONFIG_PINCTRL=y
+# CONFIG_PINCTRL_FULL is not set
+CONFIG_PINCTRL_STM32=y