summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/Kconfig
blob: 0bd8be04e151040c4585c0c106f9bc68b78ba605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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

config I2C_IMX_EARLY
	bool