Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # I2C algorithm drivers configuration
0004 #
0005 
0006 menu "I2C Algorithms"
0007         visible if !I2C_HELPER_AUTO
0008 
0009 config I2C_ALGOBIT
0010         tristate "I2C bit-banging interfaces"
0011 
0012 config I2C_ALGOPCF
0013         tristate "I2C PCF 8584 interfaces"
0014 
0015 config I2C_ALGOPCA
0016         tristate "I2C PCA 9564 interfaces"
0017 
0018 endmenu