diff options
author | Simon Glass | 2015-08-30 16:55:27 -0600 |
---|---|---|
committer | Simon Glass | 2015-09-02 21:28:23 -0600 |
commit | 1f8f7730a8a3c8cc73ecb5715f5d87ed55fec541 (patch) | |
tree | c0d980710bcfd5ecefcd802c61e1bf7c7f174080 /drivers/gpio/Kconfig | |
parent | 10b84fe1b59b4f8b485057b911f2d5bdd9b1c9a4 (diff) |
rockchip: gpio: Add rockchip GPIO driver
This supports RK3288 at present. It does not implement functions or support
for pull up/down.
Signed-off-by: Simon Glass <sjg@chromium.org>
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 9a5d29debb9..ef57a89ea2f 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -28,6 +28,15 @@ config LPC32XX_GPIO help Support for the LPC32XX GPIO driver. +config ROCKCHIP_GPIO + bool "Rockchip GPIO driver" + depends on DM_GPIO + help + Support GPIO access on Rockchip 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. + config SANDBOX_GPIO bool "Enable sandbox GPIO driver" depends on SANDBOX && DM && DM_GPIO |