diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-08-16 15:13:15 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-19 12:21:20 +0200 |
commit | 70ffd691ffd45e6753eee5b5636df2ff7d2c04c8 (patch) | |
tree | ba81c17c6778036ca66e218069b32652ff2ffc16 /drivers/gpio/Makefile | |
parent | 5cbe786a6e32e80149f7b29def50b2bf563f6628 (diff) | |
download | linux-70ffd691ffd45e6753eee5b5636df2ff7d2c04c8.tar.gz linux-70ffd691ffd45e6753eee5b5636df2ff7d2c04c8.tar.bz2 linux-70ffd691ffd45e6753eee5b5636df2ff7d2c04c8.zip |
gpio: Add basic support for TWL6040 GPOs
TWL6040 provides GPO lines to be used for controlling external devices.The number
of lines different between versions: twl6040 have 3 GPO while TWL6041 have 1.
Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 153caceeb053..f857b463af0f 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -67,6 +67,7 @@ obj-$(CONFIG_GPIO_TPS6586X) += gpio-tps6586x.o obj-$(CONFIG_GPIO_TPS65910) += gpio-tps65910.o obj-$(CONFIG_GPIO_TPS65912) += gpio-tps65912.o obj-$(CONFIG_GPIO_TWL4030) += gpio-twl4030.o +obj-$(CONFIG_GPIO_TWL6040) += gpio-twl6040.o obj-$(CONFIG_GPIO_UCB1400) += gpio-ucb1400.o obj-$(CONFIG_GPIO_VR41XX) += gpio-vr41xx.o obj-$(CONFIG_GPIO_VX855) += gpio-vx855.o |