Linux Audio

Check our new training course

Yocto / OpenEmbedded training

Mar 24-27, 2025, special US time zones
Register
Loading...
v6.2
 1# SPDX-License-Identifier: GPL-2.0-only
 2#
 3# I2C algorithm drivers configuration
 4#
 5
 6menu "I2C Algorithms"
 7	visible if !I2C_HELPER_AUTO
 8
 9config I2C_ALGOBIT
10	tristate "I2C bit-banging interfaces"
11
12config I2C_ALGOPCF
13	tristate "I2C PCF 8584 interfaces"
14
15config I2C_ALGOPCA
16	tristate "I2C PCA 9564 interfaces"
17
18endmenu
v5.4
 1# SPDX-License-Identifier: GPL-2.0-only
 2#
 3# I2C algorithm drivers configuration
 4#
 5
 6menu "I2C Algorithms"
 7	visible if !I2C_HELPER_AUTO
 8
 9config I2C_ALGOBIT
10	tristate "I2C bit-banging interfaces"
11
12config I2C_ALGOPCF
13	tristate "I2C PCF 8584 interfaces"
14
15config I2C_ALGOPCA
16	tristate "I2C PCA 9564 interfaces"
17
18endmenu