drivers: pinctrl: stm32: initial version
Add initial version for STM32 pinctrl driver. Driver has been written re-using many of the already existing parts in drivers/pinmux/pinmux_stm32.c. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
b5d6aa29e8
commit
9c10e1e988
5 changed files with 356 additions and 0 deletions
|
@ -30,5 +30,6 @@ config PINCTRL_DYNAMIC
|
|||
peripheral at early boot stages depending on a certain input.
|
||||
|
||||
source "drivers/pinctrl/Kconfig.gd32"
|
||||
source "drivers/pinctrl/Kconfig.stm32"
|
||||
|
||||
endif # PINCTRL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue