diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index b148bf0ec6b7..b61f56b6f311 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -182,7 +182,8 @@ config I2C_I801 | |||
182 | will be called i2c-i801. | 182 | will be called i2c-i801. |
183 | 183 | ||
184 | config I2C_I810 | 184 | config I2C_I810 |
185 | tristate "Intel 810/815" | 185 | tristate "Intel 810/815 (DEPRECATED)" |
186 | default n | ||
186 | depends on PCI | 187 | depends on PCI |
187 | select I2C_ALGOBIT | 188 | select I2C_ALGOBIT |
188 | help | 189 | help |
@@ -195,6 +196,8 @@ config I2C_I810 | |||
195 | i815 | 196 | i815 |
196 | i845G | 197 | i845G |
197 | 198 | ||
199 | This driver is deprecated in favor of the i810fb and intelfb drivers. | ||
200 | |||
198 | This driver can also be built as a module. If so, the module | 201 | This driver can also be built as a module. If so, the module |
199 | will be called i2c-i810. | 202 | will be called i2c-i810. |
200 | 203 | ||
@@ -259,20 +262,6 @@ config I2C_IOP3XX | |||
259 | This driver can also be built as a module. If so, the module | 262 | This driver can also be built as a module. If so, the module |
260 | will be called i2c-iop3xx. | 263 | will be called i2c-iop3xx. |
261 | 264 | ||
262 | config I2C_IXP4XX | ||
263 | tristate "IXP4xx GPIO-Based I2C Interface (DEPRECATED)" | ||
264 | depends on ARCH_IXP4XX | ||
265 | select I2C_ALGOBIT | ||
266 | help | ||
267 | Say Y here if you have an Intel IXP4xx(420,421,422,425) based | ||
268 | system and are using GPIO lines for an I2C bus. | ||
269 | |||
270 | This support is also available as a module. If so, the module | ||
271 | will be called i2c-ixp4xx. | ||
272 | |||
273 | This driver is deprecated and will be dropped soon. Use i2c-gpio | ||
274 | instead. | ||
275 | |||
276 | config I2C_IXP2000 | 265 | config I2C_IXP2000 |
277 | tristate "IXP2000 GPIO-Based I2C Interface (DEPRECATED)" | 266 | tristate "IXP2000 GPIO-Based I2C Interface (DEPRECATED)" |
278 | depends on ARCH_IXP2000 | 267 | depends on ARCH_IXP2000 |
@@ -396,7 +385,8 @@ config I2C_PASEMI | |||
396 | Supports the PA Semi PWRficient on-chip SMBus interfaces. | 385 | Supports the PA Semi PWRficient on-chip SMBus interfaces. |
397 | 386 | ||
398 | config I2C_PROSAVAGE | 387 | config I2C_PROSAVAGE |
399 | tristate "S3/VIA (Pro)Savage" | 388 | tristate "S3/VIA (Pro)Savage (DEPRECATED)" |
389 | default n | ||
400 | depends on PCI | 390 | depends on PCI |
401 | select I2C_ALGOBIT | 391 | select I2C_ALGOBIT |
402 | help | 392 | help |
@@ -407,6 +397,8 @@ config I2C_PROSAVAGE | |||
407 | S3/VIA KM266/VT8375 aka ProSavage8 | 397 | S3/VIA KM266/VT8375 aka ProSavage8 |
408 | S3/VIA KM133/VT8365 aka Savage4 | 398 | S3/VIA KM133/VT8365 aka Savage4 |
409 | 399 | ||
400 | This driver is deprecated in favor of the savagefb driver. | ||
401 | |||
410 | This support is also available as a module. If so, the module | 402 | This support is also available as a module. If so, the module |
411 | will be called i2c-prosavage. | 403 | will be called i2c-prosavage. |
412 | 404 | ||
@@ -418,13 +410,16 @@ config I2C_S3C2410 | |||
418 | Samsung S3C2410 based System-on-Chip devices. | 410 | Samsung S3C2410 based System-on-Chip devices. |
419 | 411 | ||
420 | config I2C_SAVAGE4 | 412 | config I2C_SAVAGE4 |
421 | tristate "S3 Savage 4" | 413 | tristate "S3 Savage 4 (DEPRECATED)" |
422 | depends on PCI && EXPERIMENTAL | 414 | default n |
415 | depends on PCI | ||
423 | select I2C_ALGOBIT | 416 | select I2C_ALGOBIT |
424 | help | 417 | help |
425 | If you say yes to this option, support will be included for the | 418 | If you say yes to this option, support will be included for the |
426 | S3 Savage 4 I2C interface. | 419 | S3 Savage 4 I2C interface. |
427 | 420 | ||
421 | This driver is deprecated in favor of the savagefb driver. | ||
422 | |||
428 | This driver can also be built as a module. If so, the module | 423 | This driver can also be built as a module. If so, the module |
429 | will be called i2c-savage4. | 424 | will be called i2c-savage4. |
430 | 425 | ||
@@ -611,7 +606,7 @@ config I2C_VIAPRO | |||
611 | VT8231 | 606 | VT8231 |
612 | VT8233/A | 607 | VT8233/A |
613 | VT8235 | 608 | VT8235 |
614 | VT8237R/A | 609 | VT8237R/A/S |
615 | VT8251 | 610 | VT8251 |
616 | CX700 | 611 | CX700 |
617 | 612 | ||