Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / gpio / Makefile
CommitLineData
a9c5fff5
DB
1# gpio support: dedicated expander chips, etc
2
3ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG
4
7444a72e 5obj-$(CONFIG_GPIOLIB) += gpiolib.o
d2876d08 6
0c36ec31 7obj-$(CONFIG_GPIO_MAX7301) += max7301.o
bbcd6d54 8obj-$(CONFIG_GPIO_MAX732X) += max732x.o
e58b9e27 9obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
f3dc3630 10obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
15fae37d 11obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o
ff1d5c2f 12obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o