blob: 470ecd6aa778ee3c132fff431e513df80ef4c3a1 [file] [log] [blame]
David Brownella9c5fff2008-02-04 22:28:17 -08001# gpio support: dedicated expander chips, etc
2
3ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG
4
David Brownelld2876d02008-02-04 22:28:20 -08005obj-$(CONFIG_HAVE_GPIO_LIB) += gpiolib.o
6
David Brownelle58b9e22008-02-04 22:28:25 -08007obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
eric miao9e60fdc2008-02-04 22:28:26 -08008obj-$(CONFIG_GPIO_PCA9539) += pca9539.o
David Brownell15fae372008-02-04 22:28:24 -08009obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o