]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - drivers/gpio/Makefile
mfd/gpio: add a GPIO interface to the UCB1400 MFD chip driver via gpiolib
[linux-2.6.git] / drivers / gpio / Makefile
1 # gpio support: dedicated expander chips, etc
2
3 ccflags-$(CONFIG_DEBUG_GPIO)    += -DDEBUG
4
5 obj-$(CONFIG_GPIOLIB)           += gpiolib.o
6
7 obj-$(CONFIG_GPIO_MAX7301)      += max7301.o
8 obj-$(CONFIG_GPIO_MAX732X)      += max732x.o
9 obj-$(CONFIG_GPIO_MC33880)      += mc33880.o
10 obj-$(CONFIG_GPIO_MCP23S08)     += mcp23s08.o
11 obj-$(CONFIG_GPIO_PCA953X)      += pca953x.o
12 obj-$(CONFIG_GPIO_PCF857X)      += pcf857x.o
13 obj-$(CONFIG_GPIO_PL061)        += pl061.o
14 obj-$(CONFIG_GPIO_TWL4030)      += twl4030-gpio.o
15 obj-$(CONFIG_GPIO_UCB1400)      += ucb1400_gpio.o
16 obj-$(CONFIG_GPIO_XILINX)       += xilinx_gpio.o
17 obj-$(CONFIG_GPIO_BT8XX)        += bt8xxgpio.o
18 obj-$(CONFIG_GPIO_VR41XX)       += vr41xx_giu.o
19 obj-$(CONFIG_GPIO_WM831X)       += wm831x-gpio.o