diff options
author | Markus Mayer <mmayer@broadcom.com> | 2013-09-10 11:07:01 -0700 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-20 20:26:13 +0200 |
commit | 757651e3d60e5bff705743a301d64035b919fd03 (patch) | |
tree | 4c41388a881ed6c76fa64f22b4517026d5edd0ca /drivers/gpio/Kconfig | |
parent | d8e0ac0824cd0868ea73f186d6511d710b068044 (diff) | |
download | lwn-757651e3d60e5bff705743a301d64035b919fd03.tar.gz lwn-757651e3d60e5bff705743a301d64035b919fd03.zip |
gpio: bcm281xx: Add GPIO driver
Add the GPIO driver for the Broadcom bcm281xx family of mobile SoCs.
These GPIO controllers may contain up to 8 banks where each bank
includes 32 pins that can be driven high or low and act as an edge
sensitive interrupt.
Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Christian Daudt <csd@broadcom.com>
Reviewed-by: Tim Kryger <tim.kryger@linaro.org>
Reviewed-by: Matt Porter <matt.porter@linaro.org>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
[Added depends on OF_GPIO]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index a6d67c5d0c20..8e1d4db4be5f 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -759,6 +759,12 @@ config GPIO_MSIC Enable support for GPIO on intel MSIC controllers found in intel MID devices +config GPIO_BCM_KONA + bool "Broadcom Kona GPIO" + depends on OF_GPIO + help + Turn on GPIO support for Broadcom "Kona" chips. + comment "USB GPIO expanders:" config GPIO_VIPERBOARD |