blob: e55a0261adbcaf0eee96874746bcc411fe1385cf [file] [log] [blame]
Jim Liuf49d6162022-05-17 16:30:32 +08001# SPDX-License-Identifier: GPL-2.0-only
2config PINCTRL_NPCM7XX
3 bool "Pinctrl and GPIO driver for Nuvoton NPCM7XX"
4 depends on DM && PINCTRL_GENERIC && ARCH_NPCM7xx
5 help
6 Say Y here to enable pin controller and GPIO support
7 for Nuvoton NPCM750/730/715/705 SoCs.
Jim Liu1c103642022-10-11 16:09:13 +08008
9config PINCTRL_NPCM8XX
10 bool "Pinctrl driver for Nuvoton NPCM8XX"
11 depends on DM && PINCTRL_GENERIC && ARCH_NPCM8XX
12 help
13 Support pin muxing and pin configuration on
14 Nuvoton NPCM8XX SoC.
15
16 The NPCM8XX contains 256 GPIO pins. Most of them are
17 multiplexed with other system functions. These pins can
18 be configured as either GPIO pin or alternate function.
19 It also supports basic configurations such as pull up/down,
20 drive-strength, and slew rate control for some of the pins.