File tree Expand file tree Collapse file tree 3 files changed +1834
-0
lines changed Expand file tree Collapse file tree 3 files changed +1834
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,12 @@ config PINCTRL_STM32F746
27
27
default MACH_STM32F746
28
28
select PINCTRL_STM32
29
29
30
+ config PINCTRL_STM32F769
31
+ bool "STMicroelectronics STM32F769 pin control" if COMPILE_TEST && !MACH_STM32F769
32
+ depends on OF
33
+ default MACH_STM32F769
34
+ select PINCTRL_STM32
35
+
30
36
config PINCTRL_STM32H743
31
37
bool "STMicroelectronics STM32H743 pin control" if COMPILE_TEST && !MACH_STM32H743
32
38
depends on OF
Original file line number Diff line number Diff line change @@ -6,5 +6,6 @@ obj-$(CONFIG_PINCTRL_STM32) += pinctrl-stm32.o
6
6
obj-$(CONFIG_PINCTRL_STM32F429) += pinctrl-stm32f429.o
7
7
obj-$(CONFIG_PINCTRL_STM32F469) += pinctrl-stm32f469.o
8
8
obj-$(CONFIG_PINCTRL_STM32F746) += pinctrl-stm32f746.o
9
+ obj-$(CONFIG_PINCTRL_STM32F769) += pinctrl-stm32f769.o
9
10
obj-$(CONFIG_PINCTRL_STM32H743) += pinctrl-stm32h743.o
10
11
obj-$(CONFIG_PINCTRL_STM32MP157) += pinctrl-stm32mp157.o
You can’t perform that action at this time.
0 commit comments