mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
fd84aaa817
Add the pinctrl driver for NXP S32 SoC family. This driver is mainly based on NXP's downstream implementation on nxp-auto-linux repo[1]. [1] https://github.com/nxp-auto-linux/linux/tree/bsp35.0-5.15.73-rt/drivers/pinctrl/freescale Signed-off-by: Matthew Nunez <matthew.nunez@nxp.com> Signed-off-by: Phu Luu An <phu.luuan@nxp.com> Signed-off-by: Stefan-Gabriel Mirea <stefan-gabriel.mirea@nxp.com> Signed-off-by: Larisa Grigore <larisa.grigore@nxp.com> Signed-off-by: Ghennadi Procopciuc <Ghennadi.Procopciuc@oss.nxp.com> Signed-off-by: Andrei Stefanescu <andrei.stefanescu@nxp.com> Signed-off-by: Radu Pirea <radu-nicolae.pirea@nxp.com> Signed-off-by: Chester Lin <clin@suse.com> Link: https://lore.kernel.org/r/20230220023320.3499-3-clin@suse.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
16 lines
381 B
Plaintext
16 lines
381 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config PINCTRL_S32CC
|
|
bool
|
|
depends on ARCH_S32 && OF
|
|
select GENERIC_PINCTRL_GROUPS
|
|
select GENERIC_PINMUX_FUNCTIONS
|
|
select GENERIC_PINCONF
|
|
select REGMAP_MMIO
|
|
|
|
config PINCTRL_S32G2
|
|
depends on ARCH_S32 && OF
|
|
bool "NXP S32G2 pinctrl driver"
|
|
select PINCTRL_S32CC
|
|
help
|
|
Say Y here to enable the pinctrl driver for NXP S32G2 family SoCs
|