forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/media/usb/pvrusb2/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config VIDEO_PVRUSB2
23 tristate "Hauppauge WinTV-PVR USB2 support"
34 depends on VIDEO_V4L2 && I2C
....@@ -9,7 +10,7 @@
910 select VIDEO_MSP3400
1011 select VIDEO_WM8775
1112 select VIDEO_CS53L32A
12
- ---help---
13
+ help
1314 This is a video4linux driver for Conexant 23416 based
1415 usb2 personal video recorder devices.
1516
....@@ -20,7 +21,7 @@
2021 bool "pvrusb2 sysfs support"
2122 default y
2223 depends on VIDEO_PVRUSB2 && SYSFS
23
- ---help---
24
+ help
2425 This option enables the operation of a sysfs based
2526 interface for query and control of the pvrusb2 driver.
2627
....@@ -40,10 +41,12 @@
4041 select DVB_S5H1409 if MEDIA_SUBDRV_AUTOSELECT
4142 select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT
4243 select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT
44
+ select DVB_LGDT3306A if MEDIA_SUBDRV_AUTOSELECT
45
+ select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT
4346 select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
4447 select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
4548 select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT
46
- ---help---
49
+ help
4750 This option enables a DVB interface for the pvrusb2 driver.
4851 If your device does not support digital television, this
4952 feature will have no affect on the driver's operation.
....@@ -53,7 +56,7 @@
5356 config VIDEO_PVRUSB2_DEBUGIFC
5457 bool "pvrusb2 debug interface"
5558 depends on VIDEO_PVRUSB2_SYSFS
56
- ---help---
59
+ help
5760 This option enables the inclusion of a debug interface
5861 in the pvrusb2 driver, hosted through sysfs.
5962