drivers/cpuidle/governors/menu.c: fix undefined reference to `__udivdi3'
[deliverable/linux.git] / drivers / gpio / Makefile
CommitLineData
a9c5fff5
DB
1# gpio support: dedicated expander chips, etc
2
3ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG
4
7444a72e 5obj-$(CONFIG_GPIOLIB) += gpiolib.o
d2876d08 6
ef72af40 7obj-$(CONFIG_GPIO_ADP5520) += adp5520-gpio.o
8bf02617 8obj-$(CONFIG_GPIO_LANGWELL) += langwell_gpio.o
0c36ec31 9obj-$(CONFIG_GPIO_MAX7301) += max7301.o
bbcd6d54 10obj-$(CONFIG_GPIO_MAX732X) += max732x.o
1e5db006 11obj-$(CONFIG_GPIO_MC33880) += mc33880.o
e58b9e27 12obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
f3dc3630 13obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
15fae37d 14obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o
1e9c2859 15obj-$(CONFIG_GPIO_PL061) += pl061.o
35570ac6 16obj-$(CONFIG_GPIO_TIMBERDALE) += timbgpio.o
e9d35947 17obj-$(CONFIG_GPIO_TWL4030) += twl4030-gpio.o
4cf8e53b 18obj-$(CONFIG_GPIO_UCB1400) += ucb1400_gpio.o
0bcb6069 19obj-$(CONFIG_GPIO_XILINX) += xilinx_gpio.o
5f0a96b0 20obj-$(CONFIG_GPIO_CS5535) += cs5535-gpio.o
ff1d5c2f 21obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o
27fdd325 22obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o
e4b736f1 23obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o
This page took 0.26845 seconds and 5 git commands to generate.