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