hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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 VIDEO_V4L2
   depends on ROCKCHIP_SIP
   select MEDIA_CONTROLLER
   select VIDEO_V4L2_SUBDEV_API
   select VIDEOBUF2_DMA_CONTIG
   select HDMI
   select VIDEO_ROCKCHIP_HDMIRX_CLASS
   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.