17 lines
453 B
Plaintext
17 lines
453 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config VIDEO_ROCKCHIP_HDMIRX
|
|
tristate "Rockchip HDMI Receiver driver"
|
|
depends on VIDEO_V4L2
|
|
depends on ROCKCHIP_SIP
|
|
select MEDIA_CONTROLLER
|
|
select VIDEO_V4L2_SUBDEV_API
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
select HDMI
|
|
help
|
|
Support for Rockchip HDMI RX PHY and Controller.
|
|
This driver supports HDMI 2.0 version.
|
|
|
|
To compile this driver as a module, choose M here. The module
|
|
will be called rockchip_hdmirx.
|