aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
blob: 6aafdeb9ad03c04a4e932c33c7ff3d7f53954cd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# gpio support: dedicated expander chips, etc

ccflags-$(CONFIG_DEBUG_GPIO)	+= -DDEBUG

obj-$(CONFIG_GPIOLIB)		+= gpiolib.o

obj-$(CONFIG_GPIO_MAX7301)	+= max7301.o
obj-$(CONFIG_GPIO_MAX732X)	+= max732x.o
obj-$(CONFIG_GPIO_MCP23S08)	+= mcp23s08.o
obj-$(CONFIG_GPIO_PCA953X)	+= pca953x.o
obj-$(CONFIG_GPIO_PCF857X)	+= pcf857x.o
obj-$(CONFIG_GPIO_TWL4030)	+= twl4030-gpio.o
obj-$(CONFIG_GPIO_BT8XX)	+= bt8xxgpio.o