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)" |
David Brownell | 24d0fb42 | 2007-10-13 23:56:32 +0200 | [diff] [blame] | 78 | depends on ARCH_AT91 && EXPERIMENTAL && BROKEN |
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 | |
David Brownell | 24d0fb42 | 2007-10-13 23:56:32 +0200 | [diff] [blame] | 83 | This driver is BROKEN because the controller which it uses |
| 84 | will easily trigger RX overrun and TX underrun errors. Using |
| 85 | low I2C clock rates may partially work around those issues |
| 86 | on some systems. Another serious problem is that there is no |
| 87 | documented way to issue repeated START conditions, as needed |
| 88 | to support combined I2C messages. Use the i2c-gpio driver |
| 89 | unless your system can cope with those limitations. |
| 90 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 91 | config I2C_AU1550 |
Domen Puncer | a294de4 | 2006-08-13 23:37:13 +0200 | [diff] [blame] | 92 | tristate "Au1550/Au1200 SMBus interface" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 93 | depends on SOC_AU1550 || SOC_AU1200 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 94 | help |
| 95 | 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] | 96 | Au1550 and Au1200 SMBus interface. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 97 | |
| 98 | This driver can also be built as a module. If so, the module |
| 99 | will be called i2c-au1550. |
| 100 | |
Bryan Wu | d24ecfc | 2007-05-01 23:26:32 +0200 | [diff] [blame] | 101 | config I2C_BLACKFIN_TWI |
| 102 | tristate "Blackfin TWI I2C support" |
Bryan Wu | d4ce220 | 2008-04-22 22:16:48 +0200 | [diff] [blame] | 103 | depends on BLACKFIN |
Mike Frysinger | 4d2bee5 | 2008-07-14 22:38:22 +0200 | [diff] [blame^] | 104 | depends on !BF561 && !BF531 && !BF532 && !BF533 |
Bryan Wu | d24ecfc | 2007-05-01 23:26:32 +0200 | [diff] [blame] | 105 | help |
Mike Frysinger | 4d2bee5 | 2008-07-14 22:38:22 +0200 | [diff] [blame^] | 106 | This is the I2C bus driver for Blackfin on-chip TWI interface. |
Bryan Wu | d4ce220 | 2008-04-22 22:16:48 +0200 | [diff] [blame] | 107 | |
Bryan Wu | d24ecfc | 2007-05-01 23:26:32 +0200 | [diff] [blame] | 108 | This driver can also be built as a module. If so, the module |
| 109 | will be called i2c-bfin-twi. |
| 110 | |
| 111 | config I2C_BLACKFIN_TWI_CLK_KHZ |
| 112 | int "Blackfin TWI I2C clock (kHz)" |
| 113 | depends on I2C_BLACKFIN_TWI |
| 114 | range 10 400 |
| 115 | default 50 |
| 116 | help |
| 117 | The unit of the TWI clock is kHz. |
| 118 | |
Vladimir Barinov | 95a7f10 | 2007-10-13 23:56:30 +0200 | [diff] [blame] | 119 | config I2C_DAVINCI |
| 120 | tristate "DaVinci I2C driver" |
| 121 | depends on ARCH_DAVINCI |
| 122 | help |
| 123 | Support for TI DaVinci I2C controller driver. |
| 124 | |
| 125 | This driver can also be built as a module. If so, the module |
| 126 | will be called i2c-davinci. |
| 127 | |
| 128 | Please note that this driver might be needed to bring up other |
| 129 | devices such as DaVinci NIC. |
| 130 | For details please see http://www.ti.com/davinci |
| 131 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 132 | config I2C_ELEKTOR |
| 133 | tristate "Elektor ISA card" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 134 | depends on ISA && BROKEN_ON_SMP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 135 | select I2C_ALGOPCF |
| 136 | help |
| 137 | This supports the PCF8584 ISA bus I2C adapter. Say Y if you own |
| 138 | such an adapter. |
| 139 | |
Wolfram Sang | 4c03f68 | 2008-04-22 22:16:47 +0200 | [diff] [blame] | 140 | This support is also available as a module. If so, the module |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 141 | will be called i2c-elektor. |
| 142 | |
Haavard Skinnemoen | 1c23af9 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 143 | config I2C_GPIO |
| 144 | tristate "GPIO-based bitbanging I2C" |
| 145 | depends on GENERIC_GPIO |
| 146 | select I2C_ALGOBIT |
| 147 | help |
| 148 | This is a very simple bitbanging I2C driver utilizing the |
| 149 | arch-neutral GPIO API to control the SCL and SDA lines. |
| 150 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 151 | config I2C_HYDRA |
| 152 | tristate "CHRP Apple Hydra Mac I/O I2C interface" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 153 | depends on PCI && PPC_CHRP && EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | select I2C_ALGOBIT |
| 155 | help |
| 156 | This supports the use of the I2C interface in the Apple Hydra Mac |
| 157 | I/O chip on some CHRP machines (e.g. the LongTrail). Say Y if you |
| 158 | have such a machine. |
| 159 | |
| 160 | This support is also available as a module. If so, the module |
| 161 | will be called i2c-hydra. |
| 162 | |
| 163 | config I2C_I801 |
| 164 | tristate "Intel 82801 (ICH)" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 165 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | help |
| 167 | If you say yes to this option, support will be included for the Intel |
| 168 | 801 family of mainboard I2C interfaces. Specifically, the following |
| 169 | versions of the chipset are supported: |
| 170 | 82801AA |
| 171 | 82801AB |
| 172 | 82801BA |
| 173 | 82801CA/CAM |
| 174 | 82801DB |
| 175 | 82801EB/ER (ICH5/ICH5R) |
| 176 | 6300ESB |
| 177 | ICH6 |
| 178 | ICH7 |
Jason Gaston | b0a70b5 | 2005-04-16 15:24:45 -0700 | [diff] [blame] | 179 | ESB2 |
Jason Gaston | 8254fc4 | 2006-01-09 10:58:08 -0800 | [diff] [blame] | 180 | ICH8 |
Jason Gaston | adbc2a1 | 2006-11-22 15:19:12 -0800 | [diff] [blame] | 181 | ICH9 |
Gaston, Jason D | d28dc71 | 2008-02-24 20:03:42 +0100 | [diff] [blame] | 182 | Tolapai |
| 183 | ICH10 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 184 | |
| 185 | This driver can also be built as a module. If so, the module |
| 186 | will be called i2c-i801. |
| 187 | |
Russell King | b652b43 | 2005-06-15 12:38:14 +0100 | [diff] [blame] | 188 | config I2C_PXA |
| 189 | tristate "Intel PXA2XX I2C adapter (EXPERIMENTAL)" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 190 | depends on EXPERIMENTAL && ARCH_PXA |
Russell King | b652b43 | 2005-06-15 12:38:14 +0100 | [diff] [blame] | 191 | help |
| 192 | If you have devices in the PXA I2C bus, say yes to this option. |
| 193 | This driver can also be built as a module. If so, the module |
| 194 | will be called i2c-pxa. |
| 195 | |
| 196 | config I2C_PXA_SLAVE |
| 197 | bool "Intel PXA2XX I2C Slave comms support" |
| 198 | depends on I2C_PXA |
| 199 | help |
| 200 | Support I2C slave mode communications on the PXA I2C bus. This |
| 201 | is necessary for systems where the PXA may be a target on the |
| 202 | I2C bus. |
| 203 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 204 | config I2C_PIIX4 |
Rudolf Marek | 02e0c5d | 2006-03-23 16:48:09 +0100 | [diff] [blame] | 205 | tristate "Intel PIIX4 and compatible (ATI/Serverworks/Broadcom/SMSC)" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 206 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 207 | help |
| 208 | If you say yes to this option, support will be included for the Intel |
| 209 | PIIX4 family of mainboard I2C interfaces. Specifically, the following |
Martin Devera | 5f7ea3c | 2006-02-27 23:11:45 +0100 | [diff] [blame] | 210 | versions of the chipset are supported (note that Serverworks is part |
| 211 | of Broadcom): |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 212 | Intel PIIX4 |
| 213 | Intel 440MX |
Rudolf Marek | 02e0c5d | 2006-03-23 16:48:09 +0100 | [diff] [blame] | 214 | ATI IXP200 |
| 215 | ATI IXP300 |
| 216 | ATI IXP400 |
Jean Delvare | 4e6697f | 2007-02-13 22:08:59 +0100 | [diff] [blame] | 217 | ATI SB600 |
Henry Su | c29c222 | 2007-07-12 14:12:29 +0200 | [diff] [blame] | 218 | ATI SB700 |
Shane Huang | 60693e5 | 2007-08-30 23:56:38 -0700 | [diff] [blame] | 219 | ATI SB800 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 220 | Serverworks OSB4 |
| 221 | Serverworks CSB5 |
| 222 | Serverworks CSB6 |
Martin Devera | 5f7ea3c | 2006-02-27 23:11:45 +0100 | [diff] [blame] | 223 | Serverworks HT-1000 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 224 | SMSC Victory66 |
| 225 | |
| 226 | This driver can also be built as a module. If so, the module |
| 227 | will be called i2c-piix4. |
| 228 | |
| 229 | config I2C_IBM_IIC |
| 230 | tristate "IBM PPC 4xx on-chip I2C interface" |
Sean MacLennan | 838349b | 2008-04-22 22:16:47 +0200 | [diff] [blame] | 231 | depends on 4xx |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 232 | help |
Wolfram Sang | 4c03f68 | 2008-04-22 22:16:47 +0200 | [diff] [blame] | 233 | Say Y here if you want to use IIC peripheral found on |
| 234 | embedded IBM PPC 4xx based systems. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 235 | |
| 236 | This driver can also be built as a module. If so, the module |
| 237 | will be called i2c-ibm_iic. |
| 238 | |
| 239 | config I2C_IOP3XX |
Dan Williams | 285f5fa | 2006-12-07 02:59:39 +0100 | [diff] [blame] | 240 | tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 241 | depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 242 | help |
| 243 | 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] | 244 | the Intel IOPx3xx I/O Processors or IXP4xx Network Processors. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 245 | |
| 246 | This driver can also be built as a module. If so, the module |
| 247 | will be called i2c-iop3xx. |
| 248 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 249 | config I2C_IXP2000 |
Jean Delvare | 11de70b | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 250 | tristate "IXP2000 GPIO-Based I2C Interface (DEPRECATED)" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 251 | depends on ARCH_IXP2000 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 252 | select I2C_ALGOBIT |
| 253 | help |
Wolfram Sang | 4c03f68 | 2008-04-22 22:16:47 +0200 | [diff] [blame] | 254 | Say Y here if you have an Intel IXP2000 (2400, 2800, 2850) based |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 255 | system and are using GPIO lines for an I2C bus. |
| 256 | |
| 257 | This support is also available as a module. If so, the module |
| 258 | will be called i2c-ixp2000. |
| 259 | |
Jean Delvare | 11de70b | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 260 | This driver is deprecated and will be dropped soon. Use i2c-gpio |
| 261 | instead. |
| 262 | |
Benjamin Herrenschmidt | a28d3af | 2006-01-07 11:35:26 +1100 | [diff] [blame] | 263 | config I2C_POWERMAC |
| 264 | tristate "Powermac I2C interface" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 265 | depends on PPC_PMAC |
Benjamin Herrenschmidt | a28d3af | 2006-01-07 11:35:26 +1100 | [diff] [blame] | 266 | default y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 267 | help |
Benjamin Herrenschmidt | a28d3af | 2006-01-07 11:35:26 +1100 | [diff] [blame] | 268 | This exposes the various PowerMac i2c interfaces to the linux i2c |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 269 | layer and to userland. It is used by various drivers on the PowerMac |
| 270 | platform, and should generally be enabled. |
Benjamin Herrenschmidt | 0365ba7 | 2005-09-22 21:44:06 -0700 | [diff] [blame] | 271 | |
| 272 | This support is also available as a module. If so, the module |
Benjamin Herrenschmidt | a28d3af | 2006-01-07 11:35:26 +1100 | [diff] [blame] | 273 | will be called i2c-powermac. |
Benjamin Herrenschmidt | 0365ba7 | 2005-09-22 21:44:06 -0700 | [diff] [blame] | 274 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 275 | config I2C_MPC |
Jon Loeliger | 2097c7f | 2006-06-17 17:52:54 -0500 | [diff] [blame] | 276 | tristate "MPC107/824x/85xx/52xx/86xx" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 277 | depends on PPC32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 278 | help |
| 279 | If you say yes to this option, support will be included for the |
| 280 | built-in I2C interface on the MPC107/Tsi107/MPC8240/MPC8245 and |
Jon Loeliger | 2097c7f | 2006-06-17 17:52:54 -0500 | [diff] [blame] | 281 | MPC85xx/MPC8641 family processors. The driver may also work on 52xx |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 282 | family processors, though interrupts are known not to work. |
| 283 | |
| 284 | This driver can also be built as a module. If so, the module |
| 285 | will be called i2c-mpc. |
| 286 | |
| 287 | config I2C_NFORCE2 |
R.Marek@sh.cvut.cz | 5d740fe | 2005-05-28 11:26:24 +0000 | [diff] [blame] | 288 | tristate "Nvidia nForce2, nForce3 and nForce4" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 289 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 290 | help |
| 291 | 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] | 292 | nForce2, nForce3 and nForce4 families of mainboard I2C interfaces. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 293 | |
| 294 | This driver can also be built as a module. If so, the module |
| 295 | will be called i2c-nforce2. |
| 296 | |
Jean Delvare | 279e902 | 2008-07-14 22:38:21 +0200 | [diff] [blame] | 297 | config I2C_NFORCE2_S4985 |
| 298 | tristate "SMBus multiplexing on the Tyan S4985" |
| 299 | depends on I2C_NFORCE2 && EXPERIMENTAL |
| 300 | help |
| 301 | Enabling this option will add specific SMBus support for the Tyan |
| 302 | S4985 motherboard. On this 4-CPU board, the SMBus is multiplexed |
| 303 | over 4 different channels, where the various memory module EEPROMs |
| 304 | live. Saying yes here will give you access to these in addition |
| 305 | to the trunk. |
| 306 | |
| 307 | This driver can also be built as a module. If so, the module |
| 308 | will be called i2c-nforce2-s4985. |
| 309 | |
Peter Korsgaard | 18f98b1 | 2006-06-04 20:01:08 +0200 | [diff] [blame] | 310 | config I2C_OCORES |
| 311 | tristate "OpenCores I2C Controller" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 312 | depends on EXPERIMENTAL |
Peter Korsgaard | 18f98b1 | 2006-06-04 20:01:08 +0200 | [diff] [blame] | 313 | help |
| 314 | If you say yes to this option, support will be included for the |
| 315 | OpenCores I2C controller. For details see |
| 316 | http://www.opencores.org/projects.cgi/web/i2c/overview |
| 317 | |
| 318 | This driver can also be built as a module. If so, the module |
| 319 | will be called i2c-ocores. |
| 320 | |
Komal Shah | 010d442c4 | 2006-08-13 23:44:09 +0200 | [diff] [blame] | 321 | config I2C_OMAP |
| 322 | tristate "OMAP I2C adapter" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 323 | depends on ARCH_OMAP |
Komal Shah | 010d442c4 | 2006-08-13 23:44:09 +0200 | [diff] [blame] | 324 | default y if MACH_OMAP_H3 || MACH_OMAP_OSK |
| 325 | help |
| 326 | If you say yes to this option, support will be included for the |
| 327 | I2C interface on the Texas Instruments OMAP1/2 family of processors. |
| 328 | Like OMAP1510/1610/1710/5912 and OMAP242x. |
| 329 | For details see http://www.ti.com/omap. |
| 330 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 331 | config I2C_PARPORT |
| 332 | tristate "Parallel port adapter" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 333 | depends on PARPORT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 334 | select I2C_ALGOBIT |
| 335 | help |
| 336 | This supports parallel port I2C adapters such as the ones made by |
| 337 | Philips or Velleman, Analog Devices evaluation boards, and more. |
| 338 | Basically any adapter using the parallel port as an I2C bus with |
| 339 | no extra chipset is supported by this driver, or could be. |
| 340 | |
| 341 | This driver is a replacement for (and was inspired by) an older |
| 342 | driver named i2c-philips-par. The new driver supports more devices, |
| 343 | and makes it easier to add support for new devices. |
Mark M. Hoffman | e97b81d | 2006-03-23 16:50:25 +0100 | [diff] [blame] | 344 | |
| 345 | An adapter type parameter is now mandatory. Please read the file |
| 346 | Documentation/i2c/busses/i2c-parport for details. |
| 347 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 348 | Another driver exists, named i2c-parport-light, which doesn't depend |
| 349 | on the parport driver. This is meant for embedded systems. Don't say |
| 350 | Y here if you intend to say Y or M there. |
| 351 | |
Wolfram Sang | 4c03f68 | 2008-04-22 22:16:47 +0200 | [diff] [blame] | 352 | This support is also available as a module. If so, the module |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 353 | will be called i2c-parport. |
| 354 | |
| 355 | config I2C_PARPORT_LIGHT |
| 356 | tristate "Parallel port adapter (light)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 357 | select I2C_ALGOBIT |
| 358 | help |
| 359 | This supports parallel port I2C adapters such as the ones made by |
| 360 | Philips or Velleman, Analog Devices evaluation boards, and more. |
| 361 | Basically any adapter using the parallel port as an I2C bus with |
| 362 | no extra chipset is supported by this driver, or could be. |
| 363 | |
| 364 | This driver is a light version of i2c-parport. It doesn't depend |
| 365 | on the parport driver, and uses direct I/O access instead. This |
Matt LaPlante | 0950960 | 2006-10-03 22:31:37 +0200 | [diff] [blame] | 366 | might be preferred on embedded systems where wasting memory for |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 367 | the clean but heavy parport handling is not an option. The |
| 368 | drawback is a reduced portability and the impossibility to |
Matt LaPlante | 0950960 | 2006-10-03 22:31:37 +0200 | [diff] [blame] | 369 | daisy-chain other parallel port devices. |
Wolfram Sang | 4c03f68 | 2008-04-22 22:16:47 +0200 | [diff] [blame] | 370 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 371 | Don't say Y here if you said Y or M to i2c-parport. Saying M to |
| 372 | both is possible but both modules should not be loaded at the same |
| 373 | time. |
| 374 | |
Wolfram Sang | 4c03f68 | 2008-04-22 22:16:47 +0200 | [diff] [blame] | 375 | This support is also available as a module. If so, the module |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 376 | will be called i2c-parport-light. |
| 377 | |
Olof Johansson | beb58aa | 2007-02-13 22:09:03 +0100 | [diff] [blame] | 378 | config I2C_PASEMI |
| 379 | tristate "PA Semi SMBus interface" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 380 | depends on PPC_PASEMI && PCI |
Olof Johansson | beb58aa | 2007-02-13 22:09:03 +0100 | [diff] [blame] | 381 | help |
| 382 | Supports the PA Semi PWRficient on-chip SMBus interfaces. |
| 383 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 391 | config I2C_SIBYTE |
| 392 | tristate "SiByte SMBus interface" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 393 | depends on SIBYTE_SB1xxx_SOC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 394 | help |
| 395 | Supports the SiByte SOC on-chip I2C interfaces (2 channels). |
| 396 | |
Ben Dooks | bcda9f1 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 397 | config I2C_SIMTEC |
| 398 | tristate "Simtec Generic I2C interface" |
| 399 | select I2C_ALGOBIT |
| 400 | help |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 401 | If you say yes to this option, support will be included for |
Ben Dooks | bcda9f1 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 402 | the Simtec Generic I2C interface. This driver is for the |
| 403 | simple I2C bus used on newer Simtec products for general |
| 404 | I2C, such as DDC on the Simtec BBD2016A. |
| 405 | |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 406 | This driver can also be built as a module. If so, the module |
Ben Dooks | bcda9f1 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 407 | will be called i2c-simtec. |
| 408 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 409 | config SCx200_I2C |
Jean Delvare | 11de70b | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 410 | tristate "NatSemi SCx200 I2C using GPIO pins (DEPRECATED)" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 411 | depends on SCx200_GPIO |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 412 | select I2C_ALGOBIT |
| 413 | help |
| 414 | Enable the use of two GPIO pins of a SCx200 processor as an I2C bus. |
| 415 | |
| 416 | If you don't know what to do here, say N. |
| 417 | |
Wolfram Sang | 4c03f68 | 2008-04-22 22:16:47 +0200 | [diff] [blame] | 418 | This support is also available as a module. If so, the module |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 419 | will be called scx200_i2c. |
| 420 | |
Jean Delvare | 11de70b | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 421 | This driver is deprecated and will be dropped soon. Use i2c-gpio |
| 422 | (or scx200_acb) instead. |
| 423 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 424 | config SCx200_I2C_SCL |
| 425 | int "GPIO pin used for SCL" |
| 426 | depends on SCx200_I2C |
| 427 | default "12" |
| 428 | help |
| 429 | Enter the GPIO pin number used for the SCL signal. This value can |
| 430 | also be specified with a module parameter. |
| 431 | |
| 432 | config SCx200_I2C_SDA |
| 433 | int "GPIO pin used for SDA" |
| 434 | depends on SCx200_I2C |
| 435 | default "13" |
| 436 | help |
| 437 | Enter the GPIO pin number used for the SSA signal. This value can |
| 438 | also be specified with a module parameter. |
| 439 | |
| 440 | config SCx200_ACB |
Ben Gardner | a417bbd | 2006-01-18 22:53:09 +0100 | [diff] [blame] | 441 | tristate "Geode ACCESS.bus support" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 442 | depends on X86_32 && PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 443 | help |
Ben Gardner | a417bbd | 2006-01-18 22:53:09 +0100 | [diff] [blame] | 444 | Enable the use of the ACCESS.bus controllers on the Geode SCx200 and |
| 445 | SC1100 processors and the CS5535 and CS5536 Geode companion devices. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 446 | |
| 447 | If you don't know what to do here, say N. |
| 448 | |
Wolfram Sang | 4c03f68 | 2008-04-22 22:16:47 +0200 | [diff] [blame] | 449 | This support is also available as a module. If so, the module |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 450 | will be called scx200_acb. |
| 451 | |
| 452 | config I2C_SIS5595 |
| 453 | tristate "SiS 5595" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 454 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 455 | help |
Wolfram Sang | 4c03f68 | 2008-04-22 22:16:47 +0200 | [diff] [blame] | 456 | If you say yes to this option, support will be included for the |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 457 | SiS5595 SMBus (a subset of I2C) interface. |
| 458 | |
| 459 | This driver can also be built as a module. If so, the module |
| 460 | will be called i2c-sis5595. |
| 461 | |
| 462 | config I2C_SIS630 |
| 463 | tristate "SiS 630/730" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 464 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 465 | help |
Wolfram Sang | 4c03f68 | 2008-04-22 22:16:47 +0200 | [diff] [blame] | 466 | If you say yes to this option, support will be included for the |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 467 | SiS630 and SiS730 SMBus (a subset of I2C) interface. |
| 468 | |
| 469 | This driver can also be built as a module. If so, the module |
| 470 | will be called i2c-sis630. |
| 471 | |
| 472 | config I2C_SIS96X |
| 473 | tristate "SiS 96x" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 474 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 475 | help |
| 476 | If you say yes to this option, support will be included for the SiS |
| 477 | 96x SMBus (a subset of I2C) interfaces. Specifically, the following |
| 478 | chipsets are supported: |
| 479 | 645/961 |
| 480 | 645DX/961 |
| 481 | 645DX/962 |
| 482 | 648/961 |
| 483 | 650/961 |
| 484 | 735 |
R.Marek@sh.cvut.cz | 5d740fe | 2005-05-28 11:26:24 +0000 | [diff] [blame] | 485 | 745 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 486 | |
| 487 | This driver can also be built as a module. If so, the module |
| 488 | will be called i2c-sis96x. |
| 489 | |
Jean Delvare | b9cdad7 | 2007-07-12 14:12:31 +0200 | [diff] [blame] | 490 | config I2C_TAOS_EVM |
| 491 | tristate "TAOS evaluation module" |
| 492 | depends on EXPERIMENTAL |
| 493 | select SERIO |
| 494 | select SERIO_SERPORT |
| 495 | default n |
| 496 | help |
| 497 | This supports TAOS evaluation modules on serial port. In order to |
| 498 | use this driver, you will need the inputattach tool, which is part |
| 499 | of the input-utils package. |
| 500 | |
| 501 | If unsure, say N. |
| 502 | |
| 503 | This support is also available as a module. If so, the module |
| 504 | will be called i2c-taos-evm. |
| 505 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 506 | config I2C_STUB |
| 507 | tristate "I2C/SMBus Test Stub" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 508 | depends on EXPERIMENTAL && m |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 509 | default 'n' |
| 510 | help |
| 511 | This module may be useful to developers of SMBus client drivers, |
| 512 | especially for certain kinds of sensor chips. |
| 513 | |
| 514 | If you do build this module, be sure to read the notes and warnings |
| 515 | in <file:Documentation/i2c/i2c-stub>. |
| 516 | |
| 517 | If you don't know what to do here, definitely say N. |
| 518 | |
Till Harbaum | e8c76ee | 2007-05-01 23:26:35 +0200 | [diff] [blame] | 519 | config I2C_TINY_USB |
| 520 | tristate "I2C-Tiny-USB" |
| 521 | depends on USB |
| 522 | help |
| 523 | If you say yes to this option, support will be included for the |
| 524 | i2c-tiny-usb, a simple do-it-yourself USB to I2C interface. See |
| 525 | http://www.harbaum.org/till/i2c_tiny_usb for hardware details. |
| 526 | |
| 527 | This driver can also be built as a module. If so, the module |
| 528 | will be called i2c-tiny-usb. |
| 529 | |
Russell King | 6b65cd7 | 2006-12-10 21:21:32 +0100 | [diff] [blame] | 530 | config I2C_VERSATILE |
| 531 | tristate "ARM Versatile/Realview I2C bus support" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 532 | depends on ARCH_VERSATILE || ARCH_REALVIEW |
Russell King | 6b65cd7 | 2006-12-10 21:21:32 +0100 | [diff] [blame] | 533 | select I2C_ALGOBIT |
| 534 | help |
| 535 | Say yes if you want to support the I2C serial bus on ARMs Versatile |
| 536 | range of platforms. |
| 537 | |
| 538 | This driver can also be built as a module. If so, the module |
| 539 | will be called i2c-versatile. |
| 540 | |
Russell King | 8d91cba | 2007-03-04 20:40:50 +0000 | [diff] [blame] | 541 | config I2C_ACORN |
Al Viro | 2a9915c | 2007-07-15 21:37:16 +0100 | [diff] [blame] | 542 | tristate "Acorn IOC/IOMD I2C bus support" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 543 | depends on ARCH_ACORN |
Russell King | 8d91cba | 2007-03-04 20:40:50 +0000 | [diff] [blame] | 544 | default y |
| 545 | select I2C_ALGOBIT |
| 546 | help |
| 547 | Say yes if you want to support the I2C bus on Acorn platforms. |
| 548 | |
| 549 | If you don't know, say Y. |
| 550 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 551 | config I2C_VIA |
| 552 | tristate "VIA 82C586B" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 553 | depends on PCI && EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 554 | select I2C_ALGOBIT |
| 555 | help |
| 556 | If you say yes to this option, support will be included for the VIA |
| 557 | 82C586B I2C interface |
| 558 | |
| 559 | This driver can also be built as a module. If so, the module |
| 560 | will be called i2c-via. |
| 561 | |
| 562 | config I2C_VIAPRO |
Jean Delvare | ab6a6ed | 2007-02-13 22:09:02 +0100 | [diff] [blame] | 563 | tristate "VIA VT82C596/82C686/82xx and CX700" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 564 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 565 | help |
| 566 | 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] | 567 | VT82C596 and later SMBus interface. Specifically, the following |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 568 | chipsets are supported: |
Rudolf Marek | c243353 | 2006-09-03 22:35:21 +0200 | [diff] [blame] | 569 | VT82C596A/B |
| 570 | VT82C686A/B |
| 571 | VT8231 |
| 572 | VT8233/A |
| 573 | VT8235 |
Jean Delvare | 0d227a7 | 2008-01-27 18:14:51 +0100 | [diff] [blame] | 574 | VT8237R/A/S |
Rudolf Marek | c243353 | 2006-09-03 22:35:21 +0200 | [diff] [blame] | 575 | VT8251 |
Jean Delvare | ab6a6ed | 2007-02-13 22:09:02 +0100 | [diff] [blame] | 576 | CX700 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 577 | |
| 578 | This driver can also be built as a module. If so, the module |
| 579 | will be called i2c-viapro. |
| 580 | |
| 581 | config I2C_VOODOO3 |
| 582 | tristate "Voodoo 3" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 583 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 584 | select I2C_ALGOBIT |
| 585 | help |
| 586 | If you say yes to this option, support will be included for the |
| 587 | Voodoo 3 I2C interface. |
| 588 | |
| 589 | This driver can also be built as a module. If so, the module |
| 590 | will be called i2c-voodoo3. |
| 591 | |
| 592 | config I2C_PCA_ISA |
| 593 | tristate "PCA9564 on an ISA bus" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 594 | depends on ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 595 | select I2C_ALGOPCA |
Jean Delvare | aee6230 | 2006-06-04 19:59:57 +0200 | [diff] [blame] | 596 | default n |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 597 | help |
Wolfram Sang | 244fbbb | 2008-04-22 22:16:46 +0200 | [diff] [blame] | 598 | This driver supports ISA boards using the Philips PCA9564 |
| 599 | parallel bus to I2C bus controller. |
Wolfram Sang | 4c03f68 | 2008-04-22 22:16:47 +0200 | [diff] [blame] | 600 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 601 | This driver can also be built as a module. If so, the module |
| 602 | will be called i2c-pca-isa. |
| 603 | |
Jean Delvare | aee6230 | 2006-06-04 19:59:57 +0200 | [diff] [blame] | 604 | This device is almost undetectable and using this driver on a |
| 605 | system which doesn't have this device will result in long |
| 606 | delays when I2C/SMBus chip drivers are loaded (e.g. at boot |
| 607 | time). If unsure, say N. |
| 608 | |
Wolfram Sang | 244fbbb | 2008-04-22 22:16:46 +0200 | [diff] [blame] | 609 | config I2C_PCA_PLATFORM |
| 610 | tristate "PCA9564 as platform device" |
| 611 | select I2C_ALGOPCA |
| 612 | default n |
| 613 | help |
| 614 | This driver supports a memory mapped Philips PCA9564 |
| 615 | parallel bus to I2C bus controller. |
| 616 | |
| 617 | This driver can also be built as a module. If so, the module |
| 618 | will be called i2c-pca-platform. |
| 619 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 620 | config I2C_MV64XXX |
| 621 | tristate "Marvell mv64xxx I2C Controller" |
Lennert Buytenhek | 8791ed3 | 2008-03-27 14:51:40 -0400 | [diff] [blame] | 622 | depends on (MV64X60 || PLAT_ORION) && EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 623 | help |
| 624 | If you say yes to this option, support will be included for the |
| 625 | built-in I2C interface on the Marvell 64xxx line of host bridges. |
| 626 | |
| 627 | This driver can also be built as a module. If so, the module |
| 628 | will be called i2c-mv64xxx. |
| 629 | |
Vitaly Wool | 41561f2 | 2006-12-10 21:21:29 +0100 | [diff] [blame] | 630 | config I2C_PNX |
| 631 | tristate "I2C bus support for Philips PNX targets" |
Jan Engelhardt | 16538e6 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 632 | depends on ARCH_PNX4008 |
Vitaly Wool | 41561f2 | 2006-12-10 21:21:29 +0100 | [diff] [blame] | 633 | help |
| 634 | This driver supports the Philips IP3204 I2C IP block master and/or |
| 635 | slave controller |
| 636 | |
| 637 | This driver can also be built as a module. If so, the module |
| 638 | will be called i2c-pnx. |
| 639 | |
Marc St-Jean | 1b144df | 2007-07-12 14:12:31 +0200 | [diff] [blame] | 640 | config I2C_PMCMSP |
| 641 | tristate "PMC MSP I2C TWI Controller" |
| 642 | depends on PMC_MSP |
| 643 | help |
| 644 | This driver supports the PMC TWI controller on MSP devices. |
| 645 | |
| 646 | This driver can also be built as module. If so, the module |
| 647 | will be called i2c-pmcmsp. |
| 648 | |
Manuel Lauss | a26c20b | 2008-04-22 22:16:47 +0200 | [diff] [blame] | 649 | config I2C_SH7760 |
| 650 | tristate "Renesas SH7760 I2C Controller" |
| 651 | depends on CPU_SUBTYPE_SH7760 |
| 652 | help |
| 653 | This driver supports the 2 I2C interfaces on the Renesas SH7760. |
| 654 | |
| 655 | This driver can also be built as a module. If so, the module |
| 656 | will be called i2c-sh7760. |
| 657 | |
Magnus Damm | da67277 | 2008-04-22 22:16:49 +0200 | [diff] [blame] | 658 | config I2C_SH_MOBILE |
| 659 | tristate "SuperH Mobile I2C Controller" |
| 660 | depends on SUPERH |
| 661 | help |
| 662 | If you say yes to this option, support will be included for the |
| 663 | built-in I2C interface on the Renesas SH-Mobile processor. |
| 664 | |
| 665 | This driver can also be built as a module. If so, the module |
| 666 | will be called i2c-sh_mobile. |
| 667 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 668 | endmenu |