blob: 01b4bbde1956e48933d23d60c782ef94f8dff63e [file] [log] [blame]
David Brownella9c5fff2008-02-04 22:28:17 -08001# gpio support: dedicated expander chips, etc
2
3ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG
4
Michael Buesch7444a722008-07-25 01:46:11 -07005obj-$(CONFIG_GPIOLIB) += gpiolib.o
David Brownelld2876d02008-02-04 22:28:20 -08006
Juergen Beisert0c36ec32008-07-21 14:21:34 -07007obj-$(CONFIG_GPIO_MAX7301) += max7301.o
Eric Miaobbcd6d52008-07-25 01:46:14 -07008obj-$(CONFIG_GPIO_MAX732X) += max732x.o
David Brownelle58b9e22008-02-04 22:28:25 -08009obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
Guennadi Liakhovetskif3dc3632008-02-06 01:39:03 -080010obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
David Brownell15fae372008-02-04 22:28:24 -080011obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o
Michael Bueschff1d5c22008-07-25 01:46:10 -070012obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o