hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/media/platform/rockchip/hdmirx/Kconfig
....@@ -1,5 +1,16 @@
11 # SPDX-License-Identifier: GPL-2.0
22
3
+config VIDEO_ROCKCHIP_HDMIRX_CLASS
4
+ tristate "Rockchip HDMI Receiver Devices Class Support"
5
+ help
6
+ There are many hdmirx devices in Rockchip SOCs, eg.
7
+ rkhdmirx rk628 lut6911 it6616
8
+ This driver create a class for those hdmirx devices
9
+ And hdmirx drivers can add hdmirx properties for those
10
+ hdmirx devices
11
+
12
+ To compile this driver as a module, choose M here.
13
+
314 config VIDEO_ROCKCHIP_HDMIRX
415 tristate "Rockchip HDMI Receiver driver"
516 depends on VIDEO_V4L2
....@@ -8,6 +19,7 @@
819 select VIDEO_V4L2_SUBDEV_API
920 select VIDEOBUF2_DMA_CONTIG
1021 select HDMI
22
+ select VIDEO_ROCKCHIP_HDMIRX_CLASS
1123 help
1224 Support for Rockchip HDMI RX PHY and Controller.
1325 This driver supports HDMI 2.0 version.