]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/gpio/Makefile
gpio: add bt8xxgpio driver
[net-next-2.6.git] / drivers / gpio / Makefile
CommitLineData
a9c5fff5
DB
1# gpio support: dedicated expander chips, etc
2
3ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG
4
d2876d08
DB
5obj-$(CONFIG_HAVE_GPIO_LIB) += gpiolib.o
6
0c36ec31 7obj-$(CONFIG_GPIO_MAX7301) += max7301.o
e58b9e27 8obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
f3dc3630 9obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
15fae37d 10obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o
ff1d5c2f 11obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o