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