aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2010-05-10 23:43:47 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2010-05-28 01:37:43 +0200
commitd88b25be3584138e53076ea3eea3d886c870470e (patch)
tree301a286581a800991bcfc3007a9d43fbe1186c8b /drivers/gpio/Makefile
parentb4ecd326b789f1029c5d4a5239d9bd12ecac353d (diff)
downloadkernel_samsung_smdk4412-d88b25be3584138e53076ea3eea3d886c870470e.zip
kernel_samsung_smdk4412-d88b25be3584138e53076ea3eea3d886c870470e.tar.gz
kernel_samsung_smdk4412-d88b25be3584138e53076ea3eea3d886c870470e.tar.bz2
gpio: Add TC35892 GPIO driver
Add a GPIO driver to support the GPIOs on the TC35892 I/O Expander. Acked-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r--drivers/gpio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index 94a96c5..51c3cdd 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -16,6 +16,7 @@ obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o
obj-$(CONFIG_GPIO_PL061) += pl061.o
+obj-$(CONFIG_GPIO_TC35892) += tc35892-gpio.o
obj-$(CONFIG_GPIO_TIMBERDALE) += timbgpio.o
obj-$(CONFIG_GPIO_TWL4030) += twl4030-gpio.o
obj-$(CONFIG_GPIO_UCB1400) += ucb1400_gpio.o