aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/algos/Kconfig
blob: b788579b82271defa96e8c3fa20f190b90788a1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# I2C algorithm drivers configuration
#

menu "I2C Algorithms"
	depends on !I2C_HELPER_AUTO

config I2C_ALGOBIT
	tristate "I2C bit-banging interfaces"

config I2C_ALGOPCF
	tristate "I2C PCF 8584 interfaces"

config I2C_ALGOPCA
	tristate "I2C PCA 9564 interfaces"

config I2C_ALGO_SGI
	tristate
	depends on SGI_IP22 || SGI_IP32 || X86_VISWS

endmenu