summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/Kconfig
blob: 56259d82d4088d31db80829ab33ddd624f5238b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
menuconfig I2C
	bool "I2C drivers"

if I2C

source drivers/i2c/algos/Kconfig
source drivers/i2c/busses/Kconfig

config I2C_MUX
	tristate "I2C bus multiplexing support"
	help
	  Say Y here if you want the I2C core to support the ability to
	  handle multiplexed I2C bus topologies, by presenting each
	  multiplexed segment as a I2C adapter.

source drivers/i2c/muxes/Kconfig

endif