Kconfig (7b3b6e42032e94a6132a85642e95106f5346650e) Kconfig (6aadf82eb830cf2622f8803fd7f0414299e246d3)
1#
2# Multimedia Video device configuration
3#
4
5menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
7 depends on VIDEO_V4L2
8 default y

--- 341 unchanged lines hidden (view full) ---

350
351 To compile this driver as a module, choose M here: the
352 module will be called dsbr100.
353
354config USB_SI470X
355 tristate "Silicon Labs Si470x FM Radio Receiver support"
356 depends on USB && VIDEO_V4L2
357 ---help---
1#
2# Multimedia Video device configuration
3#
4
5menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
7 depends on VIDEO_V4L2
8 default y

--- 341 unchanged lines hidden (view full) ---

350
351 To compile this driver as a module, choose M here: the
352 module will be called dsbr100.
353
354config USB_SI470X
355 tristate "Silicon Labs Si470x FM Radio Receiver support"
356 depends on USB && VIDEO_V4L2
357 ---help---
358 This is a driver for USB devices with the Silicon Labs SI470x
359 chip. Currently these devices are known to work:
360 - 10c4:818a: Silicon Labs USB FM Radio Reference Design
361 - 06e1:a155: ADS/Tech FM Radio Receiver (formerly Instant FM Music)
362 - 1b80:d700: KWorld USB FM Radio SnapMusic Mobile 700 (FM700)
363
364 Sound is provided by the ALSA USB Audio/MIDI driver. Therefore
365 if you don't want to use the device solely for RDS receiving,
366 it is recommended to also select SND_USB_AUDIO.
367
368 Please have a look at the documentation, especially on how
369 to redirect the audio stream from the radio to your sound device:
370 Documentation/video4linux/si470x.txt
371
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-si470x.
363
364config USB_MR800
365 tristate "AverMedia MR 800 USB FM radio support"
366 depends on USB && VIDEO_V4L2
367 ---help---
368 Say Y here if you want to connect this type of radio to your
369 computer's USB port. Note that the audio is not digital, and
370 you must connect the line out connector to a sound card or a
371 set of speakers.
372
373 To compile this driver as a module, choose M here: the
374 module will be called radio-mr800.
375
376endif # RADIO_ADAPTERS
372 Say Y here if you want to connect this type of radio to your
373 computer's USB port.
374
375 To compile this driver as a module, choose M here: the
376 module will be called radio-si470x.
377
378config USB_MR800
379 tristate "AverMedia MR 800 USB FM radio support"
380 depends on USB && VIDEO_V4L2
381 ---help---
382 Say Y here if you want to connect this type of radio to your
383 computer's USB port. Note that the audio is not digital, and
384 you must connect the line out connector to a sound card or a
385 set of speakers.
386
387 To compile this driver as a module, choose M here: the
388 module will be called radio-mr800.
389
390endif # RADIO_ADAPTERS