diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2006-10-03 10:14:44 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-03 17:04:09 +0200 |
commit | bf5df0a2c54c2dc0fad619ac25d029119023610a (patch) | |
tree | e537a6892aa013a8d00eb8c3cebc9abe0afaf0f0 /drivers/video/Kconfig | |
parent | [PATCH] nvidiafb: Use generic DDC reading (diff) | |
download | linux-bf5df0a2c54c2dc0fad619ac25d029119023610a.tar.xz linux-bf5df0a2c54c2dc0fad619ac25d029119023610a.zip |
[PATCH] rivafb: Use generic DDC reading
Update driver to use generic DDC reading
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 756ea81e475c..6bf3e4169c1e 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -740,6 +740,7 @@ config FB_RIVA depends on FB && PCI select I2C_ALGOBIT if FB_RIVA_I2C select I2C if FB_RIVA_I2C + select FB_DDC if FB_RIVA_I2C select FB_MODE_HELPERS select FB_CFB_FILLRECT select FB_CFB_COPYAREA |