Merge branch 'sh/dmaengine' into sh-latest
[deliverable/linux.git] / drivers / i2c / muxes / Makefile
CommitLineData
7f528135
ML
1#
2# Makefile for multiplexer I2C chip drivers.
3
e7065e20 4obj-$(CONFIG_I2C_MUX_GPIO) += i2c-mux-gpio.o
b4f0b74e
WS
5obj-$(CONFIG_I2C_MUX_PCA9541) += i2c-mux-pca9541.o
6obj-$(CONFIG_I2C_MUX_PCA954x) += i2c-mux-pca954x.o
ae58d1e4 7obj-$(CONFIG_I2C_MUX_PINCTRL) += i2c-mux-pinctrl.o
7f528135 8
ef9d9b8f 9ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG
This page took 0.148113 seconds and 5 git commands to generate.