forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/drivers/media/usb/tm6000/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config VIDEO_TM6000
23 tristate "TV Master TM5600/6000/6010 driver"
34 depends on VIDEO_DEV && I2C && INPUT && RC_CORE && USB
....@@ -18,7 +19,7 @@
1819 tristate "TV Master TM5600/6000/6010 audio support"
1920 depends on VIDEO_TM6000 && SND
2021 select SND_PCM
21
- ---help---
22
+ help
2223 This is a video4linux driver for direct (DMA) audio for
2324 TM5600/TM6000/TM6010 USB Devices.
2425
....@@ -29,5 +30,5 @@
2930 tristate "DVB Support for tm6000 based TV cards"
3031 depends on VIDEO_TM6000 && DVB_CORE && USB
3132 select DVB_ZL10353
32
- ---help---
33
+ help
3334 This adds support for DVB cards based on the tm5600/tm6000 chip.