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