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