diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2006-10-03 10:14:43 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-03 17:04:09 +0200 |
commit | 346bc21026e7a92e1d7a4a1b3792c5e8b686133d (patch) | |
tree | bdd98de61d59b31a4d5a2a37353ea2090f617839 /drivers/video/Kconfig | |
parent | [PATCH] fbdev: Add generic ddc read functionality (diff) | |
download | linux-346bc21026e7a92e1d7a4a1b3792c5e8b686133d.tar.xz linux-346bc21026e7a92e1d7a4a1b3792c5e8b686133d.zip |
[PATCH] nvidiafb: 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 d498e908f4b7..756ea81e475c 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -701,6 +701,7 @@ config FB_NVIDIA depends on FB && PCI select I2C_ALGOBIT if FB_NVIDIA_I2C select I2C if FB_NVIDIA_I2C + select FB_DDC if FB_NVIDIA_I2C select FB_MODE_HELPERS select FB_CFB_FILLRECT select FB_CFB_COPYAREA |