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