diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2006-10-03 04:14:44 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-03 11:04:09 -0400 |
commit | e80987f8db7b9c33089bb395ed54cb96d55eae04 (patch) | |
tree | a443b3f990396ef1da3d17e7b081226cd82cb298 /drivers/video/Kconfig | |
parent | bf5df0a2c54c2dc0fad619ac25d029119023610a (diff) |
[PATCH] i810fb: 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 6bf3e4169c1e..90911005d9de 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -829,6 +829,7 @@ config FB_I810_I2C | |||
829 | depends on FB_I810 && FB_I810_GTF | 829 | depends on FB_I810 && FB_I810_GTF |
830 | select I2C | 830 | select I2C |
831 | select I2C_ALGOBIT | 831 | select I2C_ALGOBIT |
832 | select FB_DDC | ||
832 | help | 833 | help |
833 | 834 | ||
834 | config FB_INTEL | 835 | config FB_INTEL |