Merge tag 'ntb-4.5' of git://github.com/jonmason/ntb
[deliverable/linux.git] / drivers / i2c / muxes / Makefile
1 #
2 # Makefile for multiplexer I2C chip drivers.
3
4 obj-$(CONFIG_I2C_ARB_GPIO_CHALLENGE) += i2c-arb-gpio-challenge.o
5
6 obj-$(CONFIG_I2C_MUX_GPIO) += i2c-mux-gpio.o
7 obj-$(CONFIG_I2C_MUX_PCA9541) += i2c-mux-pca9541.o
8 obj-$(CONFIG_I2C_MUX_PCA954x) += i2c-mux-pca954x.o
9 obj-$(CONFIG_I2C_MUX_PINCTRL) += i2c-mux-pinctrl.o
10 obj-$(CONFIG_I2C_MUX_REG) += i2c-mux-reg.o
11
12 ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG
This page took 0.040611 seconds and 5 git commands to generate.