# SPDX-License-Identifier: GPL-2.0

 comment "Analog Devices media platform drivers"

config VIDEO_AXI_HDMI_RX
	tristate "AXI-HDMI-RX support"
	depends on MEDIA_SUPPORT && VIDEO_DEV && I2C
	depends on GPIOLIB || COMPILE_TEST
	select I2C_ALGOBIT
	select VIDEO_ADV7604
	select VIDEOBUF2_DMA_CONTIG
	help
	  To compile this driver as a module, choose M here: the
	  module will be called axi-hdmi-rx.

config VIDEO_IMAGEON_BRIDGE
	tristate "IMAGEON-BRIDGE support"
	depends on MEDIA_SUPPORT && VIDEO_DEV && I2C
	depends on GPIOLIB || COMPILE_TEST
	select I2C_ALGOBIT
	select VIDEO_ADV7511
	select VIDEO_ADV7604
	help
	  To compile this driver as a module, choose M here: the
	  module will be called imageon-bridge.

config ADI_AXI_VIDEO_FRAME_BUFFER
	tristate "ADI AXI frame buffer"
	depends on MEDIA_SUPPORT
	help
	  To compile this driver as a module, choose M here: the
	  module will be called adi-axi-fb.

