Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.13-rc6 15 lines 381 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2config PINCTRL_S32CC 3 bool 4 depends on ARCH_S32 && OF 5 select GENERIC_PINCTRL_GROUPS 6 select GENERIC_PINMUX_FUNCTIONS 7 select GENERIC_PINCONF 8 select REGMAP_MMIO 9 10config PINCTRL_S32G2 11 depends on ARCH_S32 && OF 12 bool "NXP S32G2 pinctrl driver" 13 select PINCTRL_S32CC 14 help 15 Say Y here to enable the pinctrl driver for NXP S32G2 family SoCs