repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panel: simple: add Multi-Inno Technology MI0700A2T-30
[drm/drm-misc.git]
/
drivers
/
i2c
/
algos
/
Kconfig
blob
aea523529ef60cd19fe6a083e9fdb3c9394688c4
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