brintos

brintos / linux-shallow public Read only

0
0
Text · 381 B · abca7ef Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config PINCTRL_S32CC3	bool4	depends on ARCH_S32 && OF5	select GENERIC_PINCTRL_GROUPS6	select GENERIC_PINMUX_FUNCTIONS7	select GENERIC_PINCONF8	select REGMAP_MMIO9 10config PINCTRL_S32G211	depends on ARCH_S32 && OF12	bool "NXP S32G2 pinctrl driver"13	select PINCTRL_S32CC14	help15	  Say Y here to enable the pinctrl driver for NXP S32G2 family SoCs16