2008-02-05 14:28:17 +08:00
|
|
|
# gpio support: dedicated expander chips, etc
|
|
|
|
|
|
|
|
ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG
|
|
|
|
|
2008-07-25 16:46:11 +08:00
|
|
|
obj-$(CONFIG_GPIOLIB) += gpiolib.o
|
2008-02-05 14:28:20 +08:00
|
|
|
|
2008-07-22 05:21:34 +08:00
|
|
|
obj-$(CONFIG_GPIO_MAX7301) += max7301.o
|
2008-07-25 16:46:14 +08:00
|
|
|
obj-$(CONFIG_GPIO_MAX732X) += max732x.o
|
2008-02-05 14:28:25 +08:00
|
|
|
obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
|
2008-02-06 17:39:03 +08:00
|
|
|
obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
|
2008-02-05 14:28:24 +08:00
|
|
|
obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o
|
2009-06-19 07:48:58 +08:00
|
|
|
obj-$(CONFIG_GPIO_PL061) += pl061.o
|
2008-10-21 05:51:46 +08:00
|
|
|
obj-$(CONFIG_GPIO_TWL4030) += twl4030-gpio.o
|
2008-11-13 05:25:38 +08:00
|
|
|
obj-$(CONFIG_GPIO_XILINX) += xilinx_gpio.o
|
2008-07-25 16:46:10 +08:00
|
|
|
obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o
|
2009-06-29 10:11:05 +08:00
|
|
|
obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o
|