diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-12-06 11:06:21 -0500 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-12-06 11:06:21 -0500 |
commit | a0c11cdd6a1975fd8d6d186f2e2865a82f3e9bbf (patch) | |
tree | 03d3ea5c1f48a99841587c27c52a31cda8f70b99 /drivers/i2c/busses/Kconfig | |
parent | bc6286e50b4a34d8af52132d6e22f85c6c8853a7 (diff) |
i2c-voodoo3: Delete
Superseded by tdfxfb. I2C/DDC support used to live in a separate
driver but this caused driver conflicts.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Krzysztof Helt <krzysztof.h1@wp.pl>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index e8fe7f169e25..5f318ce29770 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -640,22 +640,6 @@ config I2C_TINY_USB | |||
640 | This driver can also be built as a module. If so, the module | 640 | This driver can also be built as a module. If so, the module |
641 | will be called i2c-tiny-usb. | 641 | will be called i2c-tiny-usb. |
642 | 642 | ||
643 | comment "Graphics adapter I2C/DDC channel drivers" | ||
644 | depends on PCI | ||
645 | |||
646 | config I2C_VOODOO3 | ||
647 | tristate "Voodoo 3 (DEPRECATED)" | ||
648 | depends on PCI | ||
649 | select I2C_ALGOBIT | ||
650 | help | ||
651 | If you say yes to this option, support will be included for the | ||
652 | Voodoo 3 I2C interface. This driver is deprecated and you should | ||
653 | use the tdfxfb driver instead, which additionally provides | ||
654 | framebuffer support. | ||
655 | |||
656 | This driver can also be built as a module. If so, the module | ||
657 | will be called i2c-voodoo3. | ||
658 | |||
659 | comment "Other I2C/SMBus bus drivers" | 643 | comment "Other I2C/SMBus bus drivers" |
660 | 644 | ||
661 | config I2C_ACORN | 645 | config I2C_ACORN |