David Brownell | a9c5fff | 2008-02-04 22:28:17 -0800 | [diff] [blame] | 1 | # gpio support: dedicated expander chips, etc |
| 2 | |
| 3 | ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG |
| 4 | |
Michael Buesch | 7444a72 | 2008-07-25 01:46:11 -0700 | [diff] [blame] | 5 | obj-$(CONFIG_GPIOLIB) += gpiolib.o |
David Brownell | d2876d0 | 2008-02-04 22:28:20 -0800 | [diff] [blame] | 6 | |
Juergen Beisert | 0c36ec3 | 2008-07-21 14:21:34 -0700 | [diff] [blame] | 7 | obj-$(CONFIG_GPIO_MAX7301) += max7301.o |
Eric Miao | bbcd6d5 | 2008-07-25 01:46:14 -0700 | [diff] [blame] | 8 | obj-$(CONFIG_GPIO_MAX732X) += max732x.o |
David Brownell | e58b9e2 | 2008-02-04 22:28:25 -0800 | [diff] [blame] | 9 | obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o |
Guennadi Liakhovetski | f3dc363 | 2008-02-06 01:39:03 -0800 | [diff] [blame] | 10 | obj-$(CONFIG_GPIO_PCA953X) += pca953x.o |
David Brownell | 15fae37 | 2008-02-04 22:28:24 -0800 | [diff] [blame] | 11 | obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o |
David Brownell | e9d35947 | 2008-10-20 23:51:46 +0200 | [diff] [blame^] | 12 | obj-$(CONFIG_GPIO_TWL4030) += twl4030-gpio.o |
Michael Buesch | ff1d5c2 | 2008-07-25 01:46:10 -0700 | [diff] [blame] | 13 | obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o |