hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/media/radio/si470x/Kconfig
....@@ -1,7 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config RADIO_SI470X
2
- tristate "Silicon Labs Si470x FM Radio Receiver support"
3
- depends on VIDEO_V4L2
4
- ---help---
3
+ tristate "Silicon Labs Si470x FM Radio Receiver support"
4
+ depends on VIDEO_V4L2
5
+ help
56 This is a driver for devices with the Silicon Labs SI470x
67 chip (either via USB or I2C buses).
78
....@@ -15,7 +16,7 @@
1516 config USB_SI470X
1617 tristate "Silicon Labs Si470x FM Radio Receiver support with USB"
1718 depends on USB && RADIO_SI470X
18
- ---help---
19
+ help
1920 This is a driver for USB devices with the Silicon Labs SI470x
2021 chip. Currently these devices are known to work:
2122 - 10c4:818a: Silicon Labs USB FM Radio Reference Design
....@@ -29,7 +30,7 @@
2930
3031 Please have a look at the documentation, especially on how
3132 to redirect the audio stream from the radio to your sound device:
32
- Documentation/media/v4l-drivers/si470x.rst
33
+ Documentation/admin-guide/media/si470x.rst
3334
3435 Say Y here if you want to connect this type of radio to your
3536 computer's USB port.
....@@ -40,7 +41,7 @@
4041 config I2C_SI470X
4142 tristate "Silicon Labs Si470x FM Radio Receiver support with I2C"
4243 depends on I2C && RADIO_SI470X
43
- ---help---
44
+ help
4445 This is a driver for I2C devices with the Silicon Labs SI470x
4546 chip.
4647