brintos

brintos / linux-shallow public Read only

0
0
Text · 314 B · aea5235 Raw
19 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# I2C algorithm drivers configuration4#5 6menu "I2C Algorithms"7	visible if !I2C_HELPER_AUTO8 9config I2C_ALGOBIT10	tristate "I2C bit-banging interfaces"11 12config I2C_ALGOPCF13	tristate "I2C PCF 8584 interfaces"14 15config I2C_ALGOPCA16	tristate "I2C PCA 9564 interfaces"17 18endmenu19