Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v6.17-rc6 18 lines 314 B view raw
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