Linux Audio

Check our new training course

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
v3.1
 
 1#
 2# I2C algorithm drivers configuration
 3#
 4
 5menu "I2C Algorithms"
 6	visible if !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
17endmenu