summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorWeike Chen <alvin.chen@intel.com>2014-09-17 09:18:39 -0700
committerLinus Walleij <linus.walleij@linaro.org>2014-09-23 17:51:37 +0200
commit3d2613c4289ff22de3aa24d2d0a29e33937f023a (patch)
tree30e95e5c3f8db19249743f1de2e493dc3fd58f27 /drivers/gpio/Kconfig
parente1db1706c86ee455f25eeaeadeda827e1e02310f (diff)
downloadop-kernel-dev-3d2613c4289ff22de3aa24d2d0a29e33937f023a.zip
op-kernel-dev-3d2613c4289ff22de3aa24d2d0a29e33937f023a.tar.gz
GPIO: gpio-dwapb: Enable platform driver binding to MFD driver
The Synopsys DesignWare APB GPIO driver only supports open firmware devices. But, like Intel Quark X1000 SOC, which has a single PCI function exporting a GPIO and an I2C controller, it is a Multifunction device. This patch is to enable the current Synopsys DesignWare APB GPIO driver to support the Multifunction device which exports the designware GPIO controller. Reviewed-by: Hock Leong Kweh <hock.leong.kweh@intel.com> Signed-off-by: Weike Chen <alvin.chen@intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index ec398be..d9ffb6d 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -136,7 +136,6 @@ config GPIO_DWAPB
tristate "Synopsys DesignWare APB GPIO driver"
select GPIO_GENERIC
select GENERIC_IRQ_CHIP
- depends on OF_GPIO
help
Say Y or M here to build support for the Synopsys DesignWare APB
GPIO block.
OpenPOWER on IntegriCloud