diff options
author | Stanley Chu <stanley.chuys@gmail.com> | 2022-02-25 10:14:50 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-05-05 09:29:58 -0400 |
commit | 344e86c61ec2f88b2740b33ed65ccc34ed708baa (patch) | |
tree | 84a1166812235de4867720da2aa867573288616e /drivers/gpio/Kconfig | |
parent | 56717a1388025b1f6dbc6072b679ee6e8390c32c (diff) | |
download | u-boot-344e86c61ec2f88b2740b33ed65ccc34ed708baa.tar.gz |
gpio: npcm: Add support for Nuvoton NPCM SoCs
Add Nuvoton BMC NPCM7xx/NPCM8xx gpio driver
Signed-off-by: Stanley Chu <yschu@nuvoton.com>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 886cdbcdba..149a62ffe6 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -279,6 +279,13 @@ config MXS_GPIO help Support GPIO controllers on i.MX23 and i.MX28 platforms +config NPCM_GPIO + bool "Nuvoton NPCM GPIO driver" + depends on DM_GPIO + help + Support GPIO controllers on Nuvovon NPCM SoCs. + NPCM7xx/NPCM8xx contain 8 GPIO banks, each bank contains 32 pins. + config OMAP_GPIO bool "TI OMAP GPIO driver" depends on ARCH_OMAP2PLUS |