diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2006-10-03 01:14:44 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-03 08:04:09 -0700 |
commit | e80987f8db7b9c33089bb395ed54cb96d55eae04 (patch) | |
tree | a443b3f990396ef1da3d17e7b081226cd82cb298 /drivers/video/Kconfig | |
parent | bf5df0a2c54c2dc0fad619ac25d029119023610a (diff) | |
download | blackbird-op-linux-e80987f8db7b9c33089bb395ed54cb96d55eae04.tar.gz blackbird-op-linux-e80987f8db7b9c33089bb395ed54cb96d55eae04.zip |
[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 depends on FB_I810 && FB_I810_GTF select I2C select I2C_ALGOBIT + select FB_DDC help config FB_INTEL |