Merge tag 'x86_cache_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.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