Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Sensor device configuration |
| 3 | # |
| 4 | |
| 5 | menu "I2C Hardware Bus support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
| 7 | config I2C_ALI1535 |
| 8 | tristate "ALI 1535" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 9 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | help |
| 11 | If you say yes to this option, support will be included for the SMB |
| 12 | Host controller on Acer Labs Inc. (ALI) M1535 South Bridges. The SMB |
| 13 | controller is part of the 7101 device, which is an ACPI-compliant |
| 14 | Power Management Unit (PMU). |
| 15 | |
| 16 | This driver can also be built as a module. If so, the module |
| 17 | will be called i2c-ali1535. |
| 18 | |
| 19 | config I2C_ALI1563 |
| 20 | tristate "ALI 1563" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 21 | depends on PCI && EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | help |
| 23 | If you say yes to this option, support will be included for the SMB |
| 24 | Host controller on Acer Labs Inc. (ALI) M1563 South Bridges. The SMB |
| 25 | controller is part of the 7101 device, which is an ACPI-compliant |
| 26 | Power Management Unit (PMU). |
| 27 | |
| 28 | This driver can also be built as a module. If so, the module |
| 29 | will be called i2c-ali1563. |
| 30 | |
| 31 | config I2C_ALI15X3 |
| 32 | tristate "ALI 15x3" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 33 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | help |
| 35 | If you say yes to this option, support will be included for the |
| 36 | Acer Labs Inc. (ALI) M1514 and M1543 motherboard I2C interfaces. |
| 37 | |
| 38 | This driver can also be built as a module. If so, the module |
| 39 | will be called i2c-ali15x3. |
| 40 | |
| 41 | config I2C_AMD756 |
| 42 | tristate "AMD 756/766/768/8111 and nVidia nForce" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 43 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 44 | help |
| 45 | If you say yes to this option, support will be included for the AMD |
| 46 | 756/766/768 mainboard I2C interfaces. The driver also includes |
| 47 | support for the first (SMBus 1.0) I2C interface of the AMD 8111 and |
| 48 | the nVidia nForce I2C interface. |
| 49 | |
| 50 | This driver can also be built as a module. If so, the module |
| 51 | will be called i2c-amd756. |
| 52 | |
| 53 | config I2C_AMD756_S4882 |
| 54 | tristate "SMBus multiplexing on the Tyan S4882" |
| 55 | depends on I2C_AMD756 && EXPERIMENTAL |
| 56 | help |
| 57 | Enabling this option will add specific SMBus support for the Tyan |
| 58 | S4882 motherboard. On this 4-CPU board, the SMBus is multiplexed |
| 59 | over 8 different channels, where the various memory module EEPROMs |
| 60 | and temperature sensors live. Saying yes here will give you access |
| 61 | to these in addition to the trunk. |
| 62 | |
| 63 | This driver can also be built as a module. If so, the module |
| 64 | will be called i2c-amd756-s4882. |
| 65 | |
| 66 | config I2C_AMD8111 |
| 67 | tristate "AMD 8111" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 68 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | help |
| 70 | If you say yes to this option, support will be included for the |
| 71 | second (SMBus 2.0) AMD 8111 mainboard I2C interface. |
| 72 | |
| 73 | This driver can also be built as a module. If so, the module |
| 74 | will be called i2c-amd8111. |
| 75 | |
Andrew Victor | 813e30e | 2006-12-10 21:21:30 +0100 | [diff] [blame] | 76 | config I2C_AT91 |
| 77 | tristate "Atmel AT91 I2C Two-Wire interface (TWI)" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 78 | depends on ARCH_AT91 && EXPERIMENTAL |
Andrew Victor | 813e30e | 2006-12-10 21:21:30 +0100 | [diff] [blame] | 79 | help |
| 80 | This supports the use of the I2C interface on Atmel AT91 |
| 81 | processors. |
| 82 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 83 | config I2C_AU1550 |
Domen Puncer | a294de4 | 2006-08-13 23:37:13 +0200 | [diff] [blame] | 84 | tristate "Au1550/Au1200 SMBus interface" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 85 | depends on SOC_AU1550 || SOC_AU1200 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 | help |
| 87 | If you say yes to this option, support will be included for the |
Domen Puncer | a294de4 | 2006-08-13 23:37:13 +0200 | [diff] [blame] | 88 | Au1550 and Au1200 SMBus interface. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 | |
| 90 | This driver can also be built as a module. If so, the module |
| 91 | will be called i2c-au1550. |
| 92 | |
Bryan Wu | d24ecfc | 2007-05-01 23:26:32 +0200 | [diff] [blame] | 93 | config I2C_BLACKFIN_TWI |
| 94 | tristate "Blackfin TWI I2C support" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 95 | depends on BF534 || BF536 || BF537 |
Bryan Wu | d24ecfc | 2007-05-01 23:26:32 +0200 | [diff] [blame] | 96 | help |
| 97 | This is the TWI I2C device driver for Blackfin 534/536/537. |
| 98 | This driver can also be built as a module. If so, the module |
| 99 | will be called i2c-bfin-twi. |
| 100 | |
| 101 | config I2C_BLACKFIN_TWI_CLK_KHZ |
| 102 | int "Blackfin TWI I2C clock (kHz)" |
| 103 | depends on I2C_BLACKFIN_TWI |
| 104 | range 10 400 |
| 105 | default 50 |
| 106 | help |
| 107 | The unit of the TWI clock is kHz. |
| 108 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 109 | config I2C_ELEKTOR |
| 110 | tristate "Elektor ISA card" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 111 | depends on ISA && BROKEN_ON_SMP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 112 | select I2C_ALGOPCF |
| 113 | help |
| 114 | This supports the PCF8584 ISA bus I2C adapter. Say Y if you own |
| 115 | such an adapter. |
| 116 | |
| 117 | This support is also available as a module. If so, the module |
| 118 | will be called i2c-elektor. |
| 119 | |
| 120 | config I2C_HYDRA |
| 121 | tristate "CHRP Apple Hydra Mac I/O I2C interface" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 122 | depends on PCI && PPC_CHRP && EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 123 | select I2C_ALGOBIT |
| 124 | help |
| 125 | This supports the use of the I2C interface in the Apple Hydra Mac |
| 126 | I/O chip on some CHRP machines (e.g. the LongTrail). Say Y if you |
| 127 | have such a machine. |
| 128 | |
| 129 | This support is also available as a module. If so, the module |
| 130 | will be called i2c-hydra. |
| 131 | |
| 132 | config I2C_I801 |
| 133 | tristate "Intel 82801 (ICH)" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 134 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 135 | help |
| 136 | If you say yes to this option, support will be included for the Intel |
| 137 | 801 family of mainboard I2C interfaces. Specifically, the following |
| 138 | versions of the chipset are supported: |
| 139 | 82801AA |
| 140 | 82801AB |
| 141 | 82801BA |
| 142 | 82801CA/CAM |
| 143 | 82801DB |
| 144 | 82801EB/ER (ICH5/ICH5R) |
| 145 | 6300ESB |
| 146 | ICH6 |
| 147 | ICH7 |
Jason Gaston | b0a70b5 | 2005-04-16 15:24:45 -0700 | [diff] [blame] | 148 | ESB2 |
Jason Gaston | 8254fc4 | 2006-01-09 10:58:08 -0800 | [diff] [blame] | 149 | ICH8 |
Jason Gaston | adbc2a1 | 2006-11-22 15:19:12 -0800 | [diff] [blame] | 150 | ICH9 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 151 | |
| 152 | This driver can also be built as a module. If so, the module |
| 153 | will be called i2c-i801. |
| 154 | |
| 155 | config I2C_I810 |
| 156 | tristate "Intel 810/815" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 157 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 158 | select I2C_ALGOBIT |
| 159 | help |
| 160 | If you say yes to this option, support will be included for the Intel |
| 161 | 810/815 family of mainboard I2C interfaces. Specifically, the |
Jean Delvare | 142078f | 2005-10-26 21:21:50 +0200 | [diff] [blame] | 162 | following versions of the chipset are supported: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 163 | i810AA |
| 164 | i810AB |
| 165 | i810E |
| 166 | i815 |
Jean Delvare | 142078f | 2005-10-26 21:21:50 +0200 | [diff] [blame] | 167 | i845G |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 168 | |
| 169 | This driver can also be built as a module. If so, the module |
| 170 | will be called i2c-i810. |
| 171 | |
Russell King | b652b43 | 2005-06-15 12:38:14 +0100 | [diff] [blame] | 172 | config I2C_PXA |
| 173 | tristate "Intel PXA2XX I2C adapter (EXPERIMENTAL)" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 174 | depends on EXPERIMENTAL && ARCH_PXA |
Russell King | b652b43 | 2005-06-15 12:38:14 +0100 | [diff] [blame] | 175 | help |
| 176 | If you have devices in the PXA I2C bus, say yes to this option. |
| 177 | This driver can also be built as a module. If so, the module |
| 178 | will be called i2c-pxa. |
| 179 | |
| 180 | config I2C_PXA_SLAVE |
| 181 | bool "Intel PXA2XX I2C Slave comms support" |
| 182 | depends on I2C_PXA |
| 183 | help |
| 184 | Support I2C slave mode communications on the PXA I2C bus. This |
| 185 | is necessary for systems where the PXA may be a target on the |
| 186 | I2C bus. |
| 187 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 188 | config I2C_PIIX4 |
Rudolf Marek | 02e0c5d | 2006-03-23 16:48:09 +0100 | [diff] [blame] | 189 | tristate "Intel PIIX4 and compatible (ATI/Serverworks/Broadcom/SMSC)" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 190 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 191 | help |
| 192 | If you say yes to this option, support will be included for the Intel |
| 193 | PIIX4 family of mainboard I2C interfaces. Specifically, the following |
Martin Devera | 5f7ea3c | 2006-02-27 23:11:45 +0100 | [diff] [blame] | 194 | versions of the chipset are supported (note that Serverworks is part |
| 195 | of Broadcom): |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 196 | Intel PIIX4 |
| 197 | Intel 440MX |
Rudolf Marek | 02e0c5d | 2006-03-23 16:48:09 +0100 | [diff] [blame] | 198 | ATI IXP200 |
| 199 | ATI IXP300 |
| 200 | ATI IXP400 |
Jean Delvare | 4e6697f | 2007-02-13 22:08:59 +0100 | [diff] [blame] | 201 | ATI SB600 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 202 | Serverworks OSB4 |
| 203 | Serverworks CSB5 |
| 204 | Serverworks CSB6 |
Martin Devera | 5f7ea3c | 2006-02-27 23:11:45 +0100 | [diff] [blame] | 205 | Serverworks HT-1000 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 206 | SMSC Victory66 |
| 207 | |
| 208 | This driver can also be built as a module. If so, the module |
| 209 | will be called i2c-piix4. |
| 210 | |
| 211 | config I2C_IBM_IIC |
| 212 | tristate "IBM PPC 4xx on-chip I2C interface" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 213 | depends on IBM_OCP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 214 | help |
| 215 | Say Y here if you want to use IIC peripheral found on |
| 216 | embedded IBM PPC 4xx based systems. |
| 217 | |
| 218 | This driver can also be built as a module. If so, the module |
| 219 | will be called i2c-ibm_iic. |
| 220 | |
| 221 | config I2C_IOP3XX |
Dan Williams | 285f5fa | 2006-12-07 02:59:39 +0100 | [diff] [blame] | 222 | tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 223 | depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 224 | help |
| 225 | Say Y here if you want to use the IIC bus controller on |
Dan Williams | 285f5fa | 2006-12-07 02:59:39 +0100 | [diff] [blame] | 226 | the Intel IOPx3xx I/O Processors or IXP4xx Network Processors. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 227 | |
| 228 | This driver can also be built as a module. If so, the module |
| 229 | will be called i2c-iop3xx. |
| 230 | |
| 231 | config I2C_ISA |
Jean Delvare | 5042c7d | 2005-07-19 23:53:07 +0200 | [diff] [blame] | 232 | tristate |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 233 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 234 | config I2C_IXP4XX |
| 235 | tristate "IXP4xx GPIO-Based I2C Interface" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 236 | depends on ARCH_IXP4XX |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 237 | select I2C_ALGOBIT |
| 238 | help |
| 239 | Say Y here if you have an Intel IXP4xx(420,421,422,425) based |
| 240 | system and are using GPIO lines for an I2C bus. |
| 241 | |
| 242 | This support is also available as a module. If so, the module |
| 243 | will be called i2c-ixp4xx. |
| 244 | |
| 245 | config I2C_IXP2000 |
| 246 | tristate "IXP2000 GPIO-Based I2C Interface" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 247 | depends on ARCH_IXP2000 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 248 | select I2C_ALGOBIT |
| 249 | help |
| 250 | Say Y here if you have an Intel IXP2000(2400, 2800, 2850) based |
| 251 | system and are using GPIO lines for an I2C bus. |
| 252 | |
| 253 | This support is also available as a module. If so, the module |
| 254 | will be called i2c-ixp2000. |
| 255 | |
Benjamin Herrenschmidt | a28d3af | 2006-01-07 11:35:26 +1100 | [diff] [blame] | 256 | config I2C_POWERMAC |
| 257 | tristate "Powermac I2C interface" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 258 | depends on PPC_PMAC |
Benjamin Herrenschmidt | a28d3af | 2006-01-07 11:35:26 +1100 | [diff] [blame] | 259 | default y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 260 | help |
Benjamin Herrenschmidt | a28d3af | 2006-01-07 11:35:26 +1100 | [diff] [blame] | 261 | This exposes the various PowerMac i2c interfaces to the linux i2c |
| 262 | layer and to userland. It is used by various drivers on the powemac |
| 263 | platform, thus should generally be enabled. |
Benjamin Herrenschmidt | 0365ba7 | 2005-09-22 21:44:06 -0700 | [diff] [blame] | 264 | |
| 265 | This support is also available as a module. If so, the module |
Benjamin Herrenschmidt | a28d3af | 2006-01-07 11:35:26 +1100 | [diff] [blame] | 266 | will be called i2c-powermac. |
Benjamin Herrenschmidt | 0365ba7 | 2005-09-22 21:44:06 -0700 | [diff] [blame] | 267 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 268 | config I2C_MPC |
Jon Loeliger | 2097c7f | 2006-06-17 17:52:54 -0500 | [diff] [blame] | 269 | tristate "MPC107/824x/85xx/52xx/86xx" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 270 | depends on PPC32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 271 | help |
| 272 | If you say yes to this option, support will be included for the |
| 273 | built-in I2C interface on the MPC107/Tsi107/MPC8240/MPC8245 and |
Jon Loeliger | 2097c7f | 2006-06-17 17:52:54 -0500 | [diff] [blame] | 274 | MPC85xx/MPC8641 family processors. The driver may also work on 52xx |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 275 | family processors, though interrupts are known not to work. |
| 276 | |
| 277 | This driver can also be built as a module. If so, the module |
| 278 | will be called i2c-mpc. |
| 279 | |
| 280 | config I2C_NFORCE2 |
R.Marek@sh.cvut.cz | 5d740fe | 2005-05-28 11:26:24 +0000 | [diff] [blame] | 281 | tristate "Nvidia nForce2, nForce3 and nForce4" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 282 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 283 | help |
| 284 | If you say yes to this option, support will be included for the Nvidia |
R.Marek@sh.cvut.cz | 5d740fe | 2005-05-28 11:26:24 +0000 | [diff] [blame] | 285 | nForce2, nForce3 and nForce4 families of mainboard I2C interfaces. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 286 | |
| 287 | This driver can also be built as a module. If so, the module |
| 288 | will be called i2c-nforce2. |
| 289 | |
Peter Korsgaard | 18f98b1 | 2006-06-04 20:01:08 +0200 | [diff] [blame] | 290 | config I2C_OCORES |
| 291 | tristate "OpenCores I2C Controller" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 292 | depends on EXPERIMENTAL |
Peter Korsgaard | 18f98b1 | 2006-06-04 20:01:08 +0200 | [diff] [blame] | 293 | help |
| 294 | If you say yes to this option, support will be included for the |
| 295 | OpenCores I2C controller. For details see |
| 296 | http://www.opencores.org/projects.cgi/web/i2c/overview |
| 297 | |
| 298 | This driver can also be built as a module. If so, the module |
| 299 | will be called i2c-ocores. |
| 300 | |
Komal Shah | 010d442 | 2006-08-13 23:44:09 +0200 | [diff] [blame] | 301 | config I2C_OMAP |
| 302 | tristate "OMAP I2C adapter" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 303 | depends on ARCH_OMAP |
Komal Shah | 010d442 | 2006-08-13 23:44:09 +0200 | [diff] [blame] | 304 | default y if MACH_OMAP_H3 || MACH_OMAP_OSK |
| 305 | help |
| 306 | If you say yes to this option, support will be included for the |
| 307 | I2C interface on the Texas Instruments OMAP1/2 family of processors. |
| 308 | Like OMAP1510/1610/1710/5912 and OMAP242x. |
| 309 | For details see http://www.ti.com/omap. |
| 310 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 311 | config I2C_PARPORT |
| 312 | tristate "Parallel port adapter" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 313 | depends on PARPORT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 314 | select I2C_ALGOBIT |
| 315 | help |
| 316 | This supports parallel port I2C adapters such as the ones made by |
| 317 | Philips or Velleman, Analog Devices evaluation boards, and more. |
| 318 | Basically any adapter using the parallel port as an I2C bus with |
| 319 | no extra chipset is supported by this driver, or could be. |
| 320 | |
| 321 | This driver is a replacement for (and was inspired by) an older |
| 322 | driver named i2c-philips-par. The new driver supports more devices, |
| 323 | and makes it easier to add support for new devices. |
Mark M. Hoffman | e97b81d | 2006-03-23 16:50:25 +0100 | [diff] [blame] | 324 | |
| 325 | An adapter type parameter is now mandatory. Please read the file |
| 326 | Documentation/i2c/busses/i2c-parport for details. |
| 327 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 328 | Another driver exists, named i2c-parport-light, which doesn't depend |
| 329 | on the parport driver. This is meant for embedded systems. Don't say |
| 330 | Y here if you intend to say Y or M there. |
| 331 | |
| 332 | This support is also available as a module. If so, the module |
| 333 | will be called i2c-parport. |
| 334 | |
| 335 | config I2C_PARPORT_LIGHT |
| 336 | tristate "Parallel port adapter (light)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 337 | select I2C_ALGOBIT |
| 338 | help |
| 339 | This supports parallel port I2C adapters such as the ones made by |
| 340 | Philips or Velleman, Analog Devices evaluation boards, and more. |
| 341 | Basically any adapter using the parallel port as an I2C bus with |
| 342 | no extra chipset is supported by this driver, or could be. |
| 343 | |
| 344 | This driver is a light version of i2c-parport. It doesn't depend |
| 345 | on the parport driver, and uses direct I/O access instead. This |
Matt LaPlante | 0950960 | 2006-10-03 22:31:37 +0200 | [diff] [blame] | 346 | might be preferred on embedded systems where wasting memory for |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 347 | the clean but heavy parport handling is not an option. The |
| 348 | drawback is a reduced portability and the impossibility to |
Matt LaPlante | 0950960 | 2006-10-03 22:31:37 +0200 | [diff] [blame] | 349 | daisy-chain other parallel port devices. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 350 | |
| 351 | Don't say Y here if you said Y or M to i2c-parport. Saying M to |
| 352 | both is possible but both modules should not be loaded at the same |
| 353 | time. |
| 354 | |
| 355 | This support is also available as a module. If so, the module |
| 356 | will be called i2c-parport-light. |
| 357 | |
Olof Johansson | beb58aa | 2007-02-13 22:09:03 +0100 | [diff] [blame] | 358 | config I2C_PASEMI |
| 359 | tristate "PA Semi SMBus interface" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 360 | depends on PPC_PASEMI && PCI |
Olof Johansson | beb58aa | 2007-02-13 22:09:03 +0100 | [diff] [blame] | 361 | help |
| 362 | Supports the PA Semi PWRficient on-chip SMBus interfaces. |
| 363 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 364 | config I2C_PROSAVAGE |
| 365 | tristate "S3/VIA (Pro)Savage" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 366 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 367 | select I2C_ALGOBIT |
| 368 | help |
| 369 | If you say yes to this option, support will be included for the |
| 370 | I2C bus and DDC bus of the S3VIA embedded Savage4 and ProSavage8 |
| 371 | graphics processors. |
| 372 | chipsets supported: |
| 373 | S3/VIA KM266/VT8375 aka ProSavage8 |
| 374 | S3/VIA KM133/VT8365 aka Savage4 |
| 375 | |
| 376 | This support is also available as a module. If so, the module |
| 377 | will be called i2c-prosavage. |
| 378 | |
| 379 | config I2C_RPXLITE |
| 380 | tristate "Embedded Planet RPX Lite/Classic support" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 381 | depends on RPXLITE || RPXCLASSIC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 382 | select I2C_ALGO8XX |
| 383 | |
| 384 | config I2C_S3C2410 |
| 385 | tristate "S3C2410 I2C Driver" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 386 | depends on ARCH_S3C2410 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 387 | help |
| 388 | Say Y here to include support for I2C controller in the |
| 389 | Samsung S3C2410 based System-on-Chip devices. |
| 390 | |
| 391 | config I2C_SAVAGE4 |
| 392 | tristate "S3 Savage 4" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 393 | depends on PCI && EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 394 | select I2C_ALGOBIT |
| 395 | help |
| 396 | If you say yes to this option, support will be included for the |
| 397 | S3 Savage 4 I2C interface. |
| 398 | |
| 399 | This driver can also be built as a module. If so, the module |
| 400 | will be called i2c-savage4. |
| 401 | |
| 402 | config I2C_SIBYTE |
| 403 | tristate "SiByte SMBus interface" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 404 | depends on SIBYTE_SB1xxx_SOC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 405 | help |
| 406 | Supports the SiByte SOC on-chip I2C interfaces (2 channels). |
| 407 | |
| 408 | config SCx200_I2C |
| 409 | tristate "NatSemi SCx200 I2C using GPIO pins" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 410 | depends on SCx200_GPIO |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 411 | select I2C_ALGOBIT |
| 412 | help |
| 413 | Enable the use of two GPIO pins of a SCx200 processor as an I2C bus. |
| 414 | |
| 415 | If you don't know what to do here, say N. |
| 416 | |
| 417 | This support is also available as a module. If so, the module |
| 418 | will be called scx200_i2c. |
| 419 | |
| 420 | config SCx200_I2C_SCL |
| 421 | int "GPIO pin used for SCL" |
| 422 | depends on SCx200_I2C |
| 423 | default "12" |
| 424 | help |
| 425 | Enter the GPIO pin number used for the SCL signal. This value can |
| 426 | also be specified with a module parameter. |
| 427 | |
| 428 | config SCx200_I2C_SDA |
| 429 | int "GPIO pin used for SDA" |
| 430 | depends on SCx200_I2C |
| 431 | default "13" |
| 432 | help |
| 433 | Enter the GPIO pin number used for the SSA signal. This value can |
| 434 | also be specified with a module parameter. |
| 435 | |
| 436 | config SCx200_ACB |
Ben Gardner | a417bbd | 2006-01-18 22:53:09 +0100 | [diff] [blame] | 437 | tristate "Geode ACCESS.bus support" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 438 | depends on X86_32 && PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 439 | help |
Ben Gardner | a417bbd | 2006-01-18 22:53:09 +0100 | [diff] [blame] | 440 | Enable the use of the ACCESS.bus controllers on the Geode SCx200 and |
| 441 | SC1100 processors and the CS5535 and CS5536 Geode companion devices. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 442 | |
| 443 | If you don't know what to do here, say N. |
| 444 | |
| 445 | This support is also available as a module. If so, the module |
| 446 | will be called scx200_acb. |
| 447 | |
| 448 | config I2C_SIS5595 |
| 449 | tristate "SiS 5595" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 450 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 451 | help |
| 452 | If you say yes to this option, support will be included for the |
| 453 | SiS5595 SMBus (a subset of I2C) interface. |
| 454 | |
| 455 | This driver can also be built as a module. If so, the module |
| 456 | will be called i2c-sis5595. |
| 457 | |
| 458 | config I2C_SIS630 |
| 459 | tristate "SiS 630/730" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 460 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 461 | help |
| 462 | If you say yes to this option, support will be included for the |
| 463 | SiS630 and SiS730 SMBus (a subset of I2C) interface. |
| 464 | |
| 465 | This driver can also be built as a module. If so, the module |
| 466 | will be called i2c-sis630. |
| 467 | |
| 468 | config I2C_SIS96X |
| 469 | tristate "SiS 96x" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 470 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 471 | help |
| 472 | If you say yes to this option, support will be included for the SiS |
| 473 | 96x SMBus (a subset of I2C) interfaces. Specifically, the following |
| 474 | chipsets are supported: |
| 475 | 645/961 |
| 476 | 645DX/961 |
| 477 | 645DX/962 |
| 478 | 648/961 |
| 479 | 650/961 |
| 480 | 735 |
R.Marek@sh.cvut.cz | 5d740fe | 2005-05-28 11:26:24 +0000 | [diff] [blame] | 481 | 745 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 482 | |
| 483 | This driver can also be built as a module. If so, the module |
| 484 | will be called i2c-sis96x. |
| 485 | |
| 486 | config I2C_STUB |
| 487 | tristate "I2C/SMBus Test Stub" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 488 | depends on EXPERIMENTAL && m |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 489 | default 'n' |
| 490 | help |
| 491 | This module may be useful to developers of SMBus client drivers, |
| 492 | especially for certain kinds of sensor chips. |
| 493 | |
| 494 | If you do build this module, be sure to read the notes and warnings |
| 495 | in <file:Documentation/i2c/i2c-stub>. |
| 496 | |
| 497 | If you don't know what to do here, definitely say N. |
| 498 | |
Russell King | 6b65cd7 | 2006-12-10 21:21:32 +0100 | [diff] [blame] | 499 | config I2C_VERSATILE |
| 500 | tristate "ARM Versatile/Realview I2C bus support" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 501 | depends on ARCH_VERSATILE || ARCH_REALVIEW |
Russell King | 6b65cd7 | 2006-12-10 21:21:32 +0100 | [diff] [blame] | 502 | select I2C_ALGOBIT |
| 503 | help |
| 504 | Say yes if you want to support the I2C serial bus on ARMs Versatile |
| 505 | range of platforms. |
| 506 | |
| 507 | This driver can also be built as a module. If so, the module |
| 508 | will be called i2c-versatile. |
| 509 | |
Russell King | 8d91cba | 2007-03-04 20:40:50 +0000 | [diff] [blame] | 510 | config I2C_ACORN |
| 511 | bool "Acorn IOC/IOMD I2C bus support" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 512 | depends on ARCH_ACORN |
Russell King | 8d91cba | 2007-03-04 20:40:50 +0000 | [diff] [blame] | 513 | default y |
| 514 | select I2C_ALGOBIT |
| 515 | help |
| 516 | Say yes if you want to support the I2C bus on Acorn platforms. |
| 517 | |
| 518 | If you don't know, say Y. |
| 519 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 520 | config I2C_VIA |
| 521 | tristate "VIA 82C586B" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 522 | depends on PCI && EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 523 | select I2C_ALGOBIT |
| 524 | help |
| 525 | If you say yes to this option, support will be included for the VIA |
| 526 | 82C586B I2C interface |
| 527 | |
| 528 | This driver can also be built as a module. If so, the module |
| 529 | will be called i2c-via. |
| 530 | |
| 531 | config I2C_VIAPRO |
Jean Delvare | ab6a6ed | 2007-02-13 22:09:02 +0100 | [diff] [blame] | 532 | tristate "VIA VT82C596/82C686/82xx and CX700" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 533 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 534 | help |
| 535 | If you say yes to this option, support will be included for the VIA |
Jean Delvare | ab6a6ed | 2007-02-13 22:09:02 +0100 | [diff] [blame] | 536 | VT82C596 and later SMBus interface. Specifically, the following |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 537 | chipsets are supported: |
Rudolf Marek | c243353 | 2006-09-03 22:35:21 +0200 | [diff] [blame] | 538 | VT82C596A/B |
| 539 | VT82C686A/B |
| 540 | VT8231 |
| 541 | VT8233/A |
| 542 | VT8235 |
| 543 | VT8237R/A |
| 544 | VT8251 |
Jean Delvare | ab6a6ed | 2007-02-13 22:09:02 +0100 | [diff] [blame] | 545 | CX700 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 546 | |
| 547 | This driver can also be built as a module. If so, the module |
| 548 | will be called i2c-viapro. |
| 549 | |
| 550 | config I2C_VOODOO3 |
| 551 | tristate "Voodoo 3" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 552 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 553 | select I2C_ALGOBIT |
| 554 | help |
| 555 | If you say yes to this option, support will be included for the |
| 556 | Voodoo 3 I2C interface. |
| 557 | |
| 558 | This driver can also be built as a module. If so, the module |
| 559 | will be called i2c-voodoo3. |
| 560 | |
| 561 | config I2C_PCA_ISA |
| 562 | tristate "PCA9564 on an ISA bus" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 563 | depends on ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 564 | select I2C_ALGOPCA |
Jean Delvare | aee6230 | 2006-06-04 19:59:57 +0200 | [diff] [blame] | 565 | default n |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 566 | help |
| 567 | This driver supports ISA boards using the Philips PCA 9564 |
| 568 | Parallel bus to I2C bus controller |
| 569 | |
| 570 | This driver can also be built as a module. If so, the module |
| 571 | will be called i2c-pca-isa. |
| 572 | |
Jean Delvare | aee6230 | 2006-06-04 19:59:57 +0200 | [diff] [blame] | 573 | This device is almost undetectable and using this driver on a |
| 574 | system which doesn't have this device will result in long |
| 575 | delays when I2C/SMBus chip drivers are loaded (e.g. at boot |
| 576 | time). If unsure, say N. |
| 577 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 578 | config I2C_MV64XXX |
| 579 | tristate "Marvell mv64xxx I2C Controller" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 580 | depends on MV64X60 && EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 581 | help |
| 582 | If you say yes to this option, support will be included for the |
| 583 | built-in I2C interface on the Marvell 64xxx line of host bridges. |
| 584 | |
| 585 | This driver can also be built as a module. If so, the module |
| 586 | will be called i2c-mv64xxx. |
| 587 | |
Vitaly Wool | 41561f2 | 2006-12-10 21:21:29 +0100 | [diff] [blame] | 588 | config I2C_PNX |
| 589 | tristate "I2C bus support for Philips PNX targets" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame^] | 590 | depends on ARCH_PNX4008 |
Vitaly Wool | 41561f2 | 2006-12-10 21:21:29 +0100 | [diff] [blame] | 591 | help |
| 592 | This driver supports the Philips IP3204 I2C IP block master and/or |
| 593 | slave controller |
| 594 | |
| 595 | This driver can also be built as a module. If so, the module |
| 596 | will be called i2c-pnx. |
| 597 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 598 | endmenu |