diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2005-09-09 16:10:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 17:03:41 -0400 |
commit | 74f6ae84b2315c2fa8a4110b09a1c0f3dca92674 (patch) | |
tree | 47b3bae44b4c57a699d2c130510ff0fbe110fa97 /drivers/video/Kconfig | |
parent | 829e79b680210c4f4de435af6e1f90451922fc7d (diff) |
[PATCH] i810fb: Add i2c/DDC support
Add ddc/i2c support for i810fb. This will allow the driver to get display
information, especially for monitors with fickle timings. The i2c support
depends on CONFIG_FB_I810_GTF.
Changed __init* to __devinit*
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Alexander Nyberg <alexn@telia.com>
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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index e27aefd49ea3..f8c341d48caf 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -751,6 +751,12 @@ config FB_I810_GTF | |||
751 | 751 | ||
752 | If unsure, say N. | 752 | If unsure, say N. |
753 | 753 | ||
754 | config FB_I810_I2C | ||
755 | bool "Enable DDC Support" | ||
756 | depends on FB_I810 && I2C && FB_I810_GTF | ||
757 | select I2C_ALGOBIT | ||
758 | help | ||
759 | |||
754 | config FB_INTEL | 760 | config FB_INTEL |
755 | tristate "Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)" | 761 | tristate "Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)" |
756 | depends on FB && EXPERIMENTAL && PCI && X86 && !X86_64 | 762 | depends on FB && EXPERIMENTAL && PCI && X86 && !X86_64 |