diff options
author | Ondrej Zary <linux@rainbow-software.org> | 2010-08-11 15:48:03 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-11 05:15:54 -0500 |
commit | e5dedf8d561fb309ba37003546025300678da549 (patch) | |
tree | 17f4d94ee08ab3c9dec6cbe81a97186119a389dc /drivers/video/Kconfig | |
parent | fcd3c7796c62f6bf5300ee52a87b8654084c5ae4 (diff) |
VIDEO: cyberpro: add I2C support
Add I2C support for the DDC bus to cyber2000fb driver. This is only bus
support, driver does not use EDID. Tested on two different CyberPro 2000
cards with i2cdetect and decode-edid.
Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
[removed i2c-id.h include - rmk]
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 6bafb51bb437..e0c7edf6c82b 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -439,6 +439,15 @@ config FB_CYBER2000 | |||
439 | Say Y if you have a NetWinder or a graphics card containing this | 439 | Say Y if you have a NetWinder or a graphics card containing this |
440 | device, otherwise say N. | 440 | device, otherwise say N. |
441 | 441 | ||
442 | config FB_CYBER2000_DDC | ||
443 | bool "DDC for CyberPro support" | ||
444 | depends on FB_CYBER2000 | ||
445 | select FB_DDC | ||
446 | default y | ||
447 | help | ||
448 | Say Y here if you want DDC support for your CyberPro graphics | ||
449 | card. This is only I2C bus support, driver does not use EDID. | ||
450 | |||
442 | config FB_APOLLO | 451 | config FB_APOLLO |
443 | bool | 452 | bool |
444 | depends on (FB = y) && APOLLO | 453 | depends on (FB = y) && APOLLO |