xref: /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/hdmirx/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# SPDX-License-Identifier: GPL-2.0
2
3config VIDEO_ROCKCHIP_HDMIRX
4	tristate "Rockchip HDMI Receiver driver"
5	depends on VIDEO_V4L2
6	depends on ROCKCHIP_SIP
7	select MEDIA_CONTROLLER
8	select VIDEO_V4L2_SUBDEV_API
9	select VIDEOBUF2_DMA_CONTIG
10	select HDMI
11	help
12	  Support for Rockchip HDMI RX PHY and Controller.
13	  This driver supports HDMI 2.0 version.
14
15	  To compile this driver as a module, choose M here. The module
16	  will be called rockchip_hdmirx.
17