Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.18-rc3 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