Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.29-rc4 21 lines 351 B view raw
1# 2# I2C algorithm drivers configuration 3# 4 5menu "I2C Algorithms" 6 depends on !I2C_HELPER_AUTO 7 8config I2C_ALGOBIT 9 tristate "I2C bit-banging interfaces" 10 11config I2C_ALGOPCF 12 tristate "I2C PCF 8584 interfaces" 13 14config I2C_ALGOPCA 15 tristate "I2C PCA 9564 interfaces" 16 17config I2C_ALGO_SGI 18 tristate 19 depends on SGI_IP22 || SGI_IP32 || X86_VISWS 20 21endmenu