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 | |
Michael Hennerich | ef72af4 | 2009-09-22 16:46:39 -0700 | [diff] [blame] | 7 | obj-$(CONFIG_GPIO_ADP5520) += adp5520-gpio.o |
Michael Hennerich | 8088409 | 2010-01-08 14:43:08 -0800 | [diff] [blame] | 8 | obj-$(CONFIG_GPIO_ADP5588) += adp5588-gpio.o |
Alek Du | 8bf0261 | 2009-09-22 16:46:36 -0700 | [diff] [blame] | 9 | obj-$(CONFIG_GPIO_LANGWELL) += langwell_gpio.o |
Juergen Beisert | 0c36ec3 | 2008-07-21 14:21:34 -0700 | [diff] [blame] | 10 | obj-$(CONFIG_GPIO_MAX7301) += max7301.o |
Eric Miao | bbcd6d5 | 2008-07-25 01:46:14 -0700 | [diff] [blame] | 11 | obj-$(CONFIG_GPIO_MAX732X) += max732x.o |
Richard Röjfors | 1e5db00 | 2009-09-22 16:46:34 -0700 | [diff] [blame] | 12 | obj-$(CONFIG_GPIO_MC33880) += mc33880.o |
David Brownell | e58b9e2 | 2008-02-04 22:28:25 -0800 | [diff] [blame] | 13 | obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o |
Guennadi Liakhovetski | f3dc363 | 2008-02-06 01:39:03 -0800 | [diff] [blame] | 14 | obj-$(CONFIG_GPIO_PCA953X) += pca953x.o |
David Brownell | 15fae37 | 2008-02-04 22:28:24 -0800 | [diff] [blame] | 15 | obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o |
Baruch Siach | 1e9c285 | 2009-06-18 16:48:58 -0700 | [diff] [blame] | 16 | obj-$(CONFIG_GPIO_PL061) += pl061.o |
Richard Röjfors | 35570ac | 2009-12-15 16:46:18 -0800 | [diff] [blame] | 17 | obj-$(CONFIG_GPIO_TIMBERDALE) += timbgpio.o |
David Brownell | e9d35947 | 2008-10-20 23:51:46 +0200 | [diff] [blame] | 18 | obj-$(CONFIG_GPIO_TWL4030) += twl4030-gpio.o |
Marek Vasut | 4cf8e53 | 2009-09-22 16:46:35 -0700 | [diff] [blame] | 19 | obj-$(CONFIG_GPIO_UCB1400) += ucb1400_gpio.o |
John Linn | 0bcb606 | 2008-11-12 13:25:38 -0800 | [diff] [blame] | 20 | obj-$(CONFIG_GPIO_XILINX) += xilinx_gpio.o |
Andres Salomon | 5f0a96b | 2009-12-14 18:00:32 -0800 | [diff] [blame] | 21 | obj-$(CONFIG_GPIO_CS5535) += cs5535-gpio.o |
Michael Buesch | ff1d5c2 | 2008-07-25 01:46:10 -0700 | [diff] [blame] | 22 | obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o |
Yoichi Yuasa | 27fdd32 | 2009-06-29 11:11:05 +0900 | [diff] [blame] | 23 | obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o |
Mark Brown | e4b736f | 2009-07-27 14:46:00 +0100 | [diff] [blame] | 24 | obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o |