repo.or.cz
/
linux-2.6
/
linux-2.6-openrd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://git2.kernel.org/pub/scm/linux/kernel/git/torvalds...
[linux-2.6/linux-2.6-openrd.git]
/
drivers
/
i2c
/
algos
/
Kconfig
blob
7b2ce4a085247fa3f123e9e527b4b0718db0a215
1
#
2
# I2C algorithm drivers configuration
3
#
4
5
menu "I2C Algorithms"
6
depends on !I2C_HELPER_AUTO
7
8
config I2C_ALGOBIT
9
tristate "I2C bit-banging interfaces"
10
11
config I2C_ALGOPCF
12
tristate "I2C PCF 8584 interfaces"
13
14
config I2C_ALGOPCA
15
tristate "I2C PCA 9564 interfaces"
16
17
endmenu