| .. | .. |
|---|
| 1 | 1 | # SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | 2 | |
|---|
| 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 | + |
|---|
| 3 | 14 | config VIDEO_ROCKCHIP_HDMIRX |
|---|
| 4 | 15 | tristate "Rockchip HDMI Receiver driver" |
|---|
| 5 | 16 | depends on VIDEO_V4L2 |
|---|
| .. | .. |
|---|
| 8 | 19 | select VIDEO_V4L2_SUBDEV_API |
|---|
| 9 | 20 | select VIDEOBUF2_DMA_CONTIG |
|---|
| 10 | 21 | select HDMI |
|---|
| 22 | + select VIDEO_ROCKCHIP_HDMIRX_CLASS |
|---|
| 23 | + select CEC_CORE |
|---|
| 11 | 24 | help |
|---|
| 12 | 25 | Support for Rockchip HDMI RX PHY and Controller. |
|---|
| 13 | 26 | This driver supports HDMI 2.0 version. |
|---|