gpio: rename pca9539 driver
[firewire-audio.git] / drivers / gpio / Makefile
blob16dda772b44b2e823ecfdd301d867f9cf8e11eaa
1 # gpio support: dedicated expander chips, etc
3 ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG
5 obj-$(CONFIG_HAVE_GPIO_LIB) += gpiolib.o
7 obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
8 obj-$(CONFIG_GPIO_PCA9539) += pca953x.o
9 obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o