TPS65911: Add new irq definitions
[deliverable/linux.git] / drivers / gpio / Makefile
CommitLineData
e849dc04 1# generic gpio support: platform drivers, dedicated expander chips, etc
a9c5fff5
DB
2
3ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG
4
7444a72e 5obj-$(CONFIG_GPIOLIB) += gpiolib.o
d2876d08 6
ef72af40 7obj-$(CONFIG_GPIO_ADP5520) += adp5520-gpio.o
80884094 8obj-$(CONFIG_GPIO_ADP5588) += adp5588-gpio.o
280df6b3 9obj-$(CONFIG_GPIO_BASIC_MMIO_CORE) += basic_mmio_gpio.o
aeec56e3 10obj-$(CONFIG_GPIO_BASIC_MMIO) += basic_mmio_gpio.o
8bf02617 11obj-$(CONFIG_GPIO_LANGWELL) += langwell_gpio.o
e952805d
WS
12obj-$(CONFIG_GPIO_MAX730X) += max730x.o
13obj-$(CONFIG_GPIO_MAX7300) += max7300.o
0c36ec31 14obj-$(CONFIG_GPIO_MAX7301) += max7301.o
bbcd6d54 15obj-$(CONFIG_GPIO_MAX732X) += max732x.o
1e5db006 16obj-$(CONFIG_GPIO_MC33880) += mc33880.o
e58b9e27 17obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
ead6db08 18obj-$(CONFIG_GPIO_74X164) += 74x164.o
f3dc3630 19obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
15fae37d 20obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o
04c17aa8 21obj-$(CONFIG_GPIO_PCH) += pch_gpio.o
1e9c2859 22obj-$(CONFIG_GPIO_PL061) += pl061.o
03f822f5 23obj-$(CONFIG_GPIO_STMPE) += stmpe-gpio.o
f4e8afdc 24obj-$(CONFIG_GPIO_TC3589X) += tc3589x-gpio.o
35570ac6 25obj-$(CONFIG_GPIO_TIMBERDALE) += timbgpio.o
e9d35947 26obj-$(CONFIG_GPIO_TWL4030) += twl4030-gpio.o
4cf8e53b 27obj-$(CONFIG_GPIO_UCB1400) += ucb1400_gpio.o
0bcb6069 28obj-$(CONFIG_GPIO_XILINX) += xilinx_gpio.o
5f0a96b0 29obj-$(CONFIG_GPIO_CS5535) += cs5535-gpio.o
ff1d5c2f 30obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o
9cc0cb3c 31obj-$(CONFIG_GPIO_IT8761E) += it8761e_gpio.o
27fdd325 32obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o
e4b736f1 33obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o
38f6ce45 34obj-$(CONFIG_GPIO_WM8350) += wm8350-gpiolib.o
2955c309 35obj-$(CONFIG_GPIO_WM8994) += wm8994-gpio.o
9956d02d
FF
36obj-$(CONFIG_GPIO_SCH) += sch_gpio.o
37obj-$(CONFIG_GPIO_RDC321X) += rdc321x-gpio.o
800e69fb 38obj-$(CONFIG_GPIO_JANZ_TTL) += janz-ttl.o
c34f16b7 39obj-$(CONFIG_GPIO_SX150X) += sx150x.o
99ea2626 40obj-$(CONFIG_GPIO_VX855) += vx855_gpio.o
49a36793 41obj-$(CONFIG_GPIO_ML_IOH) += ml_ioh_gpio.o
0cb3fcd7 42obj-$(CONFIG_AB8500_GPIO) += ab8500-gpio.o
This page took 0.309131 seconds and 5 git commands to generate.