Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 
0003 config PINCTRL_WPCM450
0004         tristate "Pinctrl and GPIO driver for Nuvoton WPCM450"
0005         depends on ARCH_WPCM450 || COMPILE_TEST
0006         depends on OF
0007         select PINMUX
0008         select PINCONF
0009         select GENERIC_PINCONF
0010         select GENERIC_PINCTRL_GROUPS
0011         select GPIOLIB
0012         select GPIO_GENERIC
0013         select GPIOLIB_IRQCHIP
0014         help
0015           Say Y or M here to enable pin controller and GPIO support for
0016           the Nuvoton WPCM450 SoC. This is strongly recommended when
0017           building a kernel that will run on this chip.
0018 
0019           If this driver is compiled as a module, it will be named
0020           pinctrl-wpcm450.
0021 
0022 config PINCTRL_NPCM7XX
0023         bool "Pinctrl and GPIO driver for Nuvoton NPCM7XX"
0024         depends on (ARCH_NPCM7XX || COMPILE_TEST) && OF
0025         select PINMUX
0026         select PINCONF
0027         select GENERIC_PINCONF
0028         select GPIOLIB
0029         select GPIO_GENERIC
0030         select GPIOLIB_IRQCHIP
0031         help
0032           Say Y here to enable pin controller and GPIO support
0033           for Nuvoton NPCM750/730/715/705 SoCs.