]> bbs.cooldavid.org Git - net-next-2.6.git/blame_incremental - drivers/gpio/Makefile
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
[net-next-2.6.git] / drivers / gpio / Makefile
... / ...
CommitLineData
1# generic gpio support: dedicated expander chips, etc
2#
3# NOTE: platform-specific GPIO drivers don't belong in the
4# drivers/gpio directory; put them with other platform setup
5# code, IRQ controllers, board init, etc.
6
7ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG
8
9obj-$(CONFIG_GPIOLIB) += gpiolib.o
10
11obj-$(CONFIG_GPIO_ADP5520) += adp5520-gpio.o
12obj-$(CONFIG_GPIO_ADP5588) += adp5588-gpio.o
13obj-$(CONFIG_GPIO_LANGWELL) += langwell_gpio.o
14obj-$(CONFIG_GPIO_MAX730X) += max730x.o
15obj-$(CONFIG_GPIO_MAX7300) += max7300.o
16obj-$(CONFIG_GPIO_MAX7301) += max7301.o
17obj-$(CONFIG_GPIO_MAX732X) += max732x.o
18obj-$(CONFIG_GPIO_MC33880) += mc33880.o
19obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
20obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
21obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o
22obj-$(CONFIG_GPIO_PL061) += pl061.o
23obj-$(CONFIG_GPIO_TC35892) += tc35892-gpio.o
24obj-$(CONFIG_GPIO_TIMBERDALE) += timbgpio.o
25obj-$(CONFIG_GPIO_TWL4030) += twl4030-gpio.o
26obj-$(CONFIG_GPIO_UCB1400) += ucb1400_gpio.o
27obj-$(CONFIG_GPIO_XILINX) += xilinx_gpio.o
28obj-$(CONFIG_GPIO_CS5535) += cs5535-gpio.o
29obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o
30obj-$(CONFIG_GPIO_IT8761E) += it8761e_gpio.o
31obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o
32obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o
33obj-$(CONFIG_GPIO_WM8350) += wm8350-gpiolib.o
34obj-$(CONFIG_GPIO_WM8994) += wm8994-gpio.o
35obj-$(CONFIG_GPIO_SCH) += sch_gpio.o
36obj-$(CONFIG_GPIO_RDC321X) += rdc321x-gpio.o
37obj-$(CONFIG_GPIO_JANZ_TTL) += janz-ttl.o