2008-02-04 22:28:17 -08:00
|
|
|
# gpio support: dedicated expander chips, etc
|
|
|
|
|
|
|
|
ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG
|
|
|
|
|
2008-02-04 22:28:20 -08:00
|
|
|
obj-$(CONFIG_HAVE_GPIO_LIB) += gpiolib.o
|
|
|
|
|
2008-07-21 14:21:34 -07:00
|
|
|
obj-$(CONFIG_GPIO_MAX7301) += max7301.o
|
2008-02-04 22:28:25 -08:00
|
|
|
obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
|
2008-02-06 01:39:03 -08:00
|
|
|
obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
|
2008-02-04 22:28:24 -08:00
|
|
|
obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o
|
2008-07-25 01:46:10 -07:00
|
|
|
obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o
|