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