diff options
author | Antonino A. Daplas | 2006-10-03 01:14:43 -0700 |
---|---|---|
committer | Linus Torvalds | 2006-10-03 08:04:09 -0700 |
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 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 |