]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/i2c/algos/Kconfig
Merge commit 'v2.6.38-rc3' into next
[mirror_ubuntu-bionic-kernel.git] / drivers / i2c / algos / Kconfig
CommitLineData
1da177e4 1#
3845de25 2# I2C algorithm drivers configuration
1da177e4
LT
3#
4
8d24f8dc 5menu "I2C Algorithms"
c38bd4ff 6 visible if !I2C_HELPER_AUTO
8d24f8dc 7
1da177e4 8config I2C_ALGOBIT
8d24f8dc 9 tristate "I2C bit-banging interfaces"
1da177e4
LT
10
11config I2C_ALGOPCF
8d24f8dc 12 tristate "I2C PCF 8584 interfaces"
1da177e4
LT
13
14config I2C_ALGOPCA
8d24f8dc 15 tristate "I2C PCA 9564 interfaces"
1da177e4 16
8d24f8dc 17endmenu