]> Git Repo - J-linux.git/blob - drivers/pinctrl/nxp/Kconfig
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-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.030673 seconds and 4 git commands to generate.