Kconfig (a3f8612700507a10ad7186fd77e9f46c7af88335) Kconfig (338c658a646721e94ca827c74163703612e164c5)
1#
2# Multimedia Video device configuration
3#
4
5menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
7 depends on VIDEO_V4L2
8 depends on MEDIA_RADIO_SUPPORT
9 default y
10 ---help---
11 Say Y here to enable selecting AM/FM radio adapters.
12
13if RADIO_ADAPTERS && VIDEO_V4L2
14
1#
2# Multimedia Video device configuration
3#
4
5menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
7 depends on VIDEO_V4L2
8 depends on MEDIA_RADIO_SUPPORT
9 default y
10 ---help---
11 Say Y here to enable selecting AM/FM radio adapters.
12
13if RADIO_ADAPTERS && VIDEO_V4L2
14
15config RADIO_TEA575X
16 tristate
17
15config RADIO_SI470X
16 bool "Silicon Labs Si470x FM Radio Receiver support"
17 depends on VIDEO_V4L2
18
19source "drivers/media/radio/si470x/Kconfig"
20
21config RADIO_SI476X
22 tristate "Silicon Laboratories Si476x I2C FM Radio"

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

56 you must connect the line out connector to a sound card or a
57 set of speakers.
58
59 To compile this driver as a module, choose M here: the
60 module will be called dsbr100.
61
62config RADIO_MAXIRADIO
63 tristate "Guillemot MAXI Radio FM 2000 radio"
18config RADIO_SI470X
19 bool "Silicon Labs Si470x FM Radio Receiver support"
20 depends on VIDEO_V4L2
21
22source "drivers/media/radio/si470x/Kconfig"
23
24config RADIO_SI476X
25 tristate "Silicon Laboratories Si476x I2C FM Radio"

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

59 you must connect the line out connector to a sound card or a
60 set of speakers.
61
62 To compile this driver as a module, choose M here: the
63 module will be called dsbr100.
64
65config RADIO_MAXIRADIO
66 tristate "Guillemot MAXI Radio FM 2000 radio"
64 depends on VIDEO_V4L2 && PCI && SND
67 depends on VIDEO_V4L2 && PCI
68 select RADIO_TEA575X
65 ---help---
66 Choose Y here if you have this radio card. This card may also be
67 found as Gemtek PCI FM.
68
69 In order to control your radio card, you will need to use programs
70 that are compatible with the Video For Linux API. Information on
71 this API and pointers to "v4l" programs may be found at
72 <file:Documentation/video4linux/API.html>.
73
74 To compile this driver as a module, choose M here: the
75 module will be called radio-maxiradio.
76
77config RADIO_SHARK
78 tristate "Griffin radioSHARK USB radio receiver"
69 ---help---
70 Choose Y here if you have this radio card. This card may also be
71 found as Gemtek PCI FM.
72
73 In order to control your radio card, you will need to use programs
74 that are compatible with the Video For Linux API. Information on
75 this API and pointers to "v4l" programs may be found at
76 <file:Documentation/video4linux/API.html>.
77
78 To compile this driver as a module, choose M here: the
79 module will be called radio-maxiradio.
80
81config RADIO_SHARK
82 tristate "Griffin radioSHARK USB radio receiver"
79 depends on USB && SND
83 depends on USB
84 select RADIO_TEA575X
80 ---help---
81 Choose Y here if you have this radio receiver.
82
83 There are 2 versions of this device, this driver is for version 1,
84 which is white.
85
86 In order to control your radio card, you will need to use programs
87 that are compatible with the Video For Linux API. Information on

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

388 ---help---
389 Choose Y here if you have one of these FM radio cards.
390
391 To compile this driver as a module, choose M here: the
392 module will be called radio-sf16fmi.
393
394config RADIO_SF16FMR2
395 tristate "SF16-FMR2/SF16-FMD2 Radio"
85 ---help---
86 Choose Y here if you have this radio receiver.
87
88 There are 2 versions of this device, this driver is for version 1,
89 which is white.
90
91 In order to control your radio card, you will need to use programs
92 that are compatible with the Video For Linux API. Information on

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

393 ---help---
394 Choose Y here if you have one of these FM radio cards.
395
396 To compile this driver as a module, choose M here: the
397 module will be called radio-sf16fmi.
398
399config RADIO_SF16FMR2
400 tristate "SF16-FMR2/SF16-FMD2 Radio"
396 depends on ISA && VIDEO_V4L2 && SND
401 depends on ISA && VIDEO_V4L2
402 select RADIO_TEA575X
397 ---help---
398 Choose Y here if you have one of these FM radio cards.
399
400 To compile this driver as a module, choose M here: the
401 module will be called radio-sf16fmr2.
402
403config RADIO_TERRATEC
404 tristate "TerraTec ActiveRadio ISA Standalone"

--- 94 unchanged lines hidden ---
403 ---help---
404 Choose Y here if you have one of these FM radio cards.
405
406 To compile this driver as a module, choose M here: the
407 module will be called radio-sf16fmr2.
408
409config RADIO_TERRATEC
410 tristate "TerraTec ActiveRadio ISA Standalone"

--- 94 unchanged lines hidden ---