diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-08-02 04:57:07 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-11 05:16:05 -0500 |
commit | b7ca01a9b20e3fdd11745227905e9ad8a99e0123 (patch) | |
tree | 6d4157e1253e074343044566092bb3de3c950234 /drivers/video/Kconfig | |
parent | 052a7f5c496b7d2966edea0f576ec39f41703992 (diff) |
VIDEO: cyberpro: add support for video capture I2C
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 e0c7edf6c82b..b20f0f81dc01 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -448,6 +448,15 @@ config FB_CYBER2000_DDC | |||
448 | Say Y here if you want DDC support for your CyberPro graphics | 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. | 449 | card. This is only I2C bus support, driver does not use EDID. |
450 | 450 | ||
451 | config FB_CYBER2000_I2C | ||
452 | bool "CyberPro 2000/2010/5000 I2C support" | ||
453 | depends on FB_CYBER2000 && I2C && ARCH_NETWINDER | ||
454 | select I2C_ALGOBIT | ||
455 | help | ||
456 | Enable support for the I2C video decoder interface on the | ||
457 | Integraphics CyberPro 20x0 and 5000 VGA chips. This is used | ||
458 | on the Netwinder machines for the SAA7111 video capture. | ||
459 | |||
451 | config FB_APOLLO | 460 | config FB_APOLLO |
452 | bool | 461 | bool |
453 | depends on (FB = y) && APOLLO | 462 | depends on (FB = y) && APOLLO |