diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-23 13:29:25 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-07-17 20:59:53 +0200 |
commit | 31ba56f274d60d0b84efae4d15a9cd3e0486fa8c (patch) | |
tree | 8a5a49462f4c88b7d1a915e3a1bd5dbcd31871a2 /drivers/gpio/Makefile | |
parent | 0bdfeddc49a80eeb4544ae50b46db7ed695accb8 (diff) | |
download | linux-31ba56f274d60d0b84efae4d15a9cd3e0486fa8c.tar.gz linux-31ba56f274d60d0b84efae4d15a9cd3e0486fa8c.tar.bz2 linux-31ba56f274d60d0b84efae4d15a9cd3e0486fa8c.zip |
gpiolib: Add support for Wolfson Microelectronics Arizona class devices
The Arizona class devices provide some GPIOs for use in the system. This
driver provides support for these via gpiolib. Currently interrupts are
not supported, normally the GPIOs are outputs only.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
[Fold in WM5110 support patch]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r-- | drivers/gpio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 3a95b17dae86..d37048105a87 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -13,6 +13,7 @@ obj-$(CONFIG_GPIO_AB8500) += gpio-ab8500.o obj-$(CONFIG_GPIO_ADP5520) += gpio-adp5520.o obj-$(CONFIG_GPIO_ADP5588) += gpio-adp5588.o obj-$(CONFIG_GPIO_AMD8111) += gpio-amd8111.o +obj-$(CONFIG_GPIO_ARIZONA) += gpio-arizona.o obj-$(CONFIG_GPIO_BT8XX) += gpio-bt8xx.o obj-$(CONFIG_GPIO_CS5535) += gpio-cs5535.o obj-$(CONFIG_GPIO_DA9052) += gpio-da9052.o |