drivers: pinctrl: Add kinetis pinctrl driver
Add kinetis pinctrl driver. Driver initializes clocks for each port, and exposes the pinctrl_configure_pins function required for pinctrl support. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
bdbb72a95a
commit
fc8877187e
4 changed files with 95 additions and 0 deletions
|
@ -35,5 +35,6 @@ source "drivers/pinctrl/Kconfig.nrf"
|
|||
source "drivers/pinctrl/Kconfig.rcar"
|
||||
source "drivers/pinctrl/Kconfig.rpi_pico"
|
||||
source "drivers/pinctrl/Kconfig.stm32"
|
||||
source "drivers/pinctrl/Kconfig.kinetis"
|
||||
|
||||
endif # PINCTRL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue