Kconfig (e12c2f645557708932e15afdf77f5965549cf156) | Kconfig (c582778900425d0cf2a5687a84b0125fee797d32) |
---|---|
1menu "I2C encoder or helper chips" 2 depends on DRM && DRM_KMS_HELPER && I2C 3 | 1menu "I2C encoder or helper chips" 2 depends on DRM && DRM_KMS_HELPER && I2C 3 |
4config DRM_I2C_ADV7511 5 tristate "AV7511 encoder" 6 depends on OF 7 select REGMAP_I2C 8 help 9 Support for the Analog Device ADV7511(W) and ADV7513 HDMI encoders. 10 | |
11config DRM_I2C_CH7006 12 tristate "Chrontel ch7006 TV encoder" 13 default m if DRM_NOUVEAU 14 help 15 Support for Chrontel ch7006 and similar TV encoders, found 16 on some nVidia video cards. 17 18 This driver is currently only useful if you're also using --- 17 unchanged lines hidden --- | 4config DRM_I2C_CH7006 5 tristate "Chrontel ch7006 TV encoder" 6 default m if DRM_NOUVEAU 7 help 8 Support for Chrontel ch7006 and similar TV encoders, found 9 on some nVidia video cards. 10 11 This driver is currently only useful if you're also using --- 17 unchanged lines hidden --- |