diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-04-13 17:02:13 +0200 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-04-13 17:02:13 +0200 |
commit | 3f307fb37a6dd65b7eabda9c6208a9bd161dc16e (patch) | |
tree | a097ee54792ecd396a5a87b1095f47c0895b8b8d /drivers/i2c | |
parent | c454dee21d589476608957ca4f57feaabde62fab (diff) | |
download | kernel_samsung_espresso10-3f307fb37a6dd65b7eabda9c6208a9bd161dc16e.zip kernel_samsung_espresso10-3f307fb37a6dd65b7eabda9c6208a9bd161dc16e.tar.gz kernel_samsung_espresso10-3f307fb37a6dd65b7eabda9c6208a9bd161dc16e.tar.bz2 |
i2c-voodoo3: Deprecate in favor of tdfxfb
Support for I2C/DDC was recently added to the tdfxfb driver, which
means that the i2c-voodoo3 driver can be deprecated.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Krzysztof Helt <krzysztof.h1@wp.pl>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 94eae5c..a48c8ae 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -604,12 +604,14 @@ comment "Graphics adapter I2C/DDC channel drivers" depends on PCI config I2C_VOODOO3 - tristate "Voodoo 3" + tristate "Voodoo 3 (DEPRECATED)" depends on PCI select I2C_ALGOBIT help If you say yes to this option, support will be included for the - Voodoo 3 I2C interface. + Voodoo 3 I2C interface. This driver is deprecated and you should + use the tdfxfb driver instead, which additionally provides + framebuffer support. This driver can also be built as a module. If so, the module will be called i2c-voodoo3. |