31 lines
911 B
Plaintext
31 lines
911 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config VIDEO_ROCKCHIP_HDMIRX_CLASS
|
|
tristate "Rockchip HDMI Receiver Devices Class Support"
|
|
help
|
|
There are many hdmirx devices in Rockchip SOCs, eg.
|
|
rkhdmirx rk628 lut6911 it6616
|
|
This driver create a class for those hdmirx devices
|
|
And hdmirx drivers can add hdmirx properties for those
|
|
hdmirx devices
|
|
|
|
To compile this driver as a module, choose M here.
|
|
|
|
config VIDEO_ROCKCHIP_HDMIRX
|
|
tristate "Rockchip HDMI Receiver driver"
|
|
depends on V4L_PLATFORM_DRIVERS
|
|
depends on VIDEO_DEV
|
|
depends on ROCKCHIP_SIP
|
|
select MEDIA_CONTROLLER
|
|
select VIDEO_V4L2_SUBDEV_API
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
select HDMI
|
|
select VIDEO_ROCKCHIP_HDMIRX_CLASS
|
|
select CEC_CORE
|
|
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.
|