Merge tag 'reset-for-v5.3' of git://git.pengutronix.de/git/pza/linux into arm/drivers
[sfrench/cifs-2.6.git] / drivers / i2c / algos / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # I2C algorithm drivers configuration
4 #
5
6 menu "I2C Algorithms"
7         visible if !I2C_HELPER_AUTO
8
9 config I2C_ALGOBIT
10         tristate "I2C bit-banging interfaces"
11
12 config I2C_ALGOPCF
13         tristate "I2C PCF 8584 interfaces"
14
15 config I2C_ALGOPCA
16         tristate "I2C PCA 9564 interfaces"
17
18 endmenu