Skip to content

Commit

Permalink
pinctrl: stm32: add STM32F769 MCU support
Browse files Browse the repository at this point in the history
This patch which adds STM32F769 pinctrl and GPIO support, relies on the
generic STM32 pinctrl driver.

Signed-off-by: Alexandre Torgue <[email protected]>
Acked-by: Patrice CHOTARD <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
atorgue authored and linusw committed Jan 22, 2018
1 parent b930151 commit f90160f
Show file tree
Hide file tree
Showing 3 changed files with 1,834 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/pinctrl/stm32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ config PINCTRL_STM32F746
default MACH_STM32F746
select PINCTRL_STM32

config PINCTRL_STM32F769
bool "STMicroelectronics STM32F769 pin control" if COMPILE_TEST && !MACH_STM32F769
depends on OF
default MACH_STM32F769
select PINCTRL_STM32

config PINCTRL_STM32H743
bool "STMicroelectronics STM32H743 pin control" if COMPILE_TEST && !MACH_STM32H743
depends on OF
Expand Down
1 change: 1 addition & 0 deletions drivers/pinctrl/stm32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ obj-$(CONFIG_PINCTRL_STM32) += pinctrl-stm32.o
obj-$(CONFIG_PINCTRL_STM32F429) += pinctrl-stm32f429.o
obj-$(CONFIG_PINCTRL_STM32F469) += pinctrl-stm32f469.o
obj-$(CONFIG_PINCTRL_STM32F746) += pinctrl-stm32f746.o
obj-$(CONFIG_PINCTRL_STM32F769) += pinctrl-stm32f769.o
obj-$(CONFIG_PINCTRL_STM32H743) += pinctrl-stm32h743.o
obj-$(CONFIG_PINCTRL_STM32MP157) += pinctrl-stm32mp157.o
Loading

0 comments on commit f90160f

Please sign in to comment.