diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2006-10-03 04:14:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-03 11:04:09 -0400 |
commit | 346bc21026e7a92e1d7a4a1b3792c5e8b686133d (patch) | |
tree | bdd98de61d59b31a4d5a2a37353ea2090f617839 /drivers/video/Kconfig | |
parent | fc5891c8a3ba284f13994d7bc1f1bfa8283982de (diff) |
[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 | |||
701 | depends on FB && PCI | 701 | depends on FB && PCI |
702 | select I2C_ALGOBIT if FB_NVIDIA_I2C | 702 | select I2C_ALGOBIT if FB_NVIDIA_I2C |
703 | select I2C if FB_NVIDIA_I2C | 703 | select I2C if FB_NVIDIA_I2C |
704 | select FB_DDC if FB_NVIDIA_I2C | ||
704 | select FB_MODE_HELPERS | 705 | select FB_MODE_HELPERS |
705 | select FB_CFB_FILLRECT | 706 | select FB_CFB_FILLRECT |
706 | select FB_CFB_COPYAREA | 707 | select FB_CFB_COPYAREA |