Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 694d0d0bb2030d2e36df73e2d23d5770511dbc8d authored by Linus Torvalds on 15 August 2016, 02:11:36 UTC
Linux 4.8-rc2
Tip revision: 694d0d0
Kconfig
config DRM_I2C_ADV7511
	tristate "AV7511 encoder"
	depends on OF
	select DRM_KMS_HELPER
	select REGMAP_I2C
	help
	  Support for the Analog Device ADV7511(W) and ADV7513 HDMI encoders.

config DRM_I2C_ADV7533
	bool "ADV7533 encoder"
	depends on DRM_I2C_ADV7511
	select DRM_MIPI_DSI
	default y
	help
	  Support for the Analog Devices ADV7533 DSI to HDMI encoder.
back to top