]> Git Repo - linux.git/blob - drivers/pinctrl/nxp/Kconfig
arm64: avoid prototype warnings for syscalls
[linux.git] / drivers / pinctrl / nxp / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config 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
10 config 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
This page took 0.038147 seconds and 4 git commands to generate.