diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-04-15 10:43:47 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-04-24 00:02:54 +0400 |
commit | 7420d2d09b1279996e06efa6792f9f13c1863b1e (patch) | |
tree | d01cbb724fd821faed02c1d1bd90adc78c7e8b33 /drivers/pinctrl/Kconfig | |
parent | c5eb757ca87d0fffcface683b8efda193cf3d4d4 (diff) | |
download | linux-7420d2d09b1279996e06efa6792f9f13c1863b1e.tar.xz |
pinctrl: sirf: switch driver to use gpiolib irqchip helpers
This switches the SiRF pinctrl driver over to using the gpiolib
irqchip helpers simplifying some of the code.
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/Kconfig')
-rw-r--r-- | drivers/pinctrl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index bc7b0c9965c6..934fd89978d3 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -289,6 +289,7 @@ config PINCTRL_SIRF bool "CSR SiRFprimaII/SiRFmarco pin controller driver" depends on ARCH_SIRF select PINMUX + select GPIOLIB_IRQCHIP config PINCTRL_SUNXI bool |