diff options
author | Stefan Bosch <stefan_b@posteo.net> | 2020-07-10 19:07:27 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-29 08:43:40 -0400 |
commit | b8f748d6f233955cc116ee9ef7cc43dbc5326d81 (patch) | |
tree | 078b0040bf7a7cd97d9d1cfac17fd74a2748fd43 /drivers/gpio/Kconfig | |
parent | 95e9a8e2cb409632e4e83be0cb9e1ed4629114c1 (diff) | |
download | u-boot-b8f748d6f233955cc116ee9ef7cc43dbc5326d81.tar.gz |
gpio: add nexell driver
Changes in relation to FriendlyARM's U-Boot nanopi2-v2016.01:
- livetree API (dev_read_...) is used instead of fdt one (fdt...).
Signed-off-by: Stefan Bosch <stefan_b@posteo.net>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 0e8ad9530d..c1928442be 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -457,4 +457,13 @@ config MT7621_GPIO help Say yes here to support MediaTek MT7621 compatible GPIOs. +config NX_GPIO + bool "Nexell GPIO driver" + depends on DM_GPIO + help + Support GPIO access on Nexell SoCs. The GPIOs are arranged into + a number of banks (different for each SoC type) each with 32 GPIOs. + The GPIOs for a device are defined in the device tree with one node + for each bank. + endmenu |