blob: 16e796dc5410fe8659466d54b250b357eee1a6ac [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
Juergen Beisert0c36ec32008-07-21 14:21:34 -07007obj-$(CONFIG_GPIO_MAX7301) += max7301.o
David Brownelle58b9e22008-02-04 22:28:25 -08008obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
Guennadi Liakhovetskif3dc3632008-02-06 01:39:03 -08009obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
David Brownell15fae372008-02-04 22:28:24 -080010obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o