ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / i2c / algos / Kconfig
1 #
2 # Character device configuration
3 #
4
5 menu "I2C Algorithms"
6         depends on I2C
7
8 config I2C_ALGOBIT
9         tristate "I2C bit-banging interfaces"
10         depends on I2C
11         help
12           This allows you to use a range of I2C adapters called bit-banging
13           adapters.  Say Y if you own an I2C adapter belonging to this class
14           and then say Y to the specific driver for you adapter below.
15
16           This support is also available as a module.  If so, the module 
17           will be called i2c-algo-bit.
18
19 config I2C_ALGOPCF
20         tristate "I2C PCF 8584 interfaces"
21         depends on I2C
22         help
23           This allows you to use a range of I2C adapters called PCF adapters.
24           Say Y if you own an I2C adapter belonging to this class and then say
25           Y to the specific driver for you adapter below.
26
27           This support is also available as a module.  If so, the module 
28           will be called i2c-algo-pcf.
29
30 config I2C_ALGOITE
31         tristate "ITE I2C Algorithm"
32         depends on MIPS_ITE8172 && I2C
33         help
34           This supports the use of the ITE8172 I2C interface found on some MIPS
35           systems. Say Y if you have one of these. You should also say Y for
36           the ITE I2C peripheral driver support below.
37
38           This support is also available as a module.  If so, the module 
39           will be called i2c-algo-ite.
40
41 config I2C_ALGO8XX
42         tristate "MPC8xx CPM I2C interface"
43         depends on 8xx && I2C
44
45 endmenu
46