diff options
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r-- | drivers/media/radio/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 11e962f1a97f..8d5214f18cf0 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -351,4 +351,14 @@ config USB_DSBR | |||
351 | To compile this driver as a module, choose M here: the | 351 | To compile this driver as a module, choose M here: the |
352 | module will be called dsbr100. | 352 | module will be called dsbr100. |
353 | 353 | ||
354 | config USB_SI470X | ||
355 | tristate "Silicon Labs Si470x FM Radio Receiver support" | ||
356 | depends on USB && VIDEO_V4L2 | ||
357 | ---help--- | ||
358 | Say Y here if you want to connect this type of radio to your | ||
359 | computer's USB port. | ||
360 | |||
361 | To compile this driver as a module, choose M here: the | ||
362 | module will be called radio-silabs. | ||
363 | |||
354 | endif # RADIO_ADAPTERS | 364 | endif # RADIO_ADAPTERS |