File tree Expand file tree Collapse file tree 3 files changed +1686
-0
lines changed Expand file tree Collapse file tree 3 files changed +1686
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ config PINCTRL_STM32H743
40
40
default MACH_STM32H743
41
41
select PINCTRL_STM32
42
42
43
+ config PINCTRL_STM32MP135
44
+ bool "STMicroelectronics STM32MP135 pin control" if COMPILE_TEST && !MACH_STM32MP13
45
+ depends on OF && HAS_IOMEM
46
+ default MACH_STM32MP13
47
+ select PINCTRL_STM32
48
+
43
49
config PINCTRL_STM32MP157
44
50
bool "STMicroelectronics STM32MP157 pin control" if COMPILE_TEST && !MACH_STM32MP157
45
51
depends on OF && HAS_IOMEM
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ obj-$(CONFIG_PINCTRL_STM32F469) += pinctrl-stm32f469.o
8
8
obj-$(CONFIG_PINCTRL_STM32F746) += pinctrl-stm32f746.o
9
9
obj-$(CONFIG_PINCTRL_STM32F769) += pinctrl-stm32f769.o
10
10
obj-$(CONFIG_PINCTRL_STM32H743) += pinctrl-stm32h743.o
11
+ obj-$(CONFIG_PINCTRL_STM32MP135) += pinctrl-stm32mp135.o
11
12
obj-$(CONFIG_PINCTRL_STM32MP157) += pinctrl-stm32mp157.o
You can’t perform that action at this time.
0 commit comments