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

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

210 that are compatible with the Video For Linux API. Information on
211 this API and pointers to "v4l" programs may be found at
212 <file:Documentation/video4linux/API.html>.
213
214 To compile this driver as a module, choose M here: the
215 module will be called radio-miropcm20.
216
217config RADIO_SF16FMI
1#
2# Multimedia Video device configuration
3#
4
5menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
7 depends on VIDEO_V4L2
8 default y

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

210 that are compatible with the Video For Linux API. Information on
211 this API and pointers to "v4l" programs may be found at
212 <file:Documentation/video4linux/API.html>.
213
214 To compile this driver as a module, choose M here: the
215 module will be called radio-miropcm20.
216
217config RADIO_SF16FMI
218 tristate "SF16FMI Radio"
218 tristate "SF16-FMI/SF16-FMP Radio"
219 depends on ISA && VIDEO_V4L2
220 ---help---
221 Choose Y here if you have one of these FM radio cards. If you
222 compile the driver into the kernel and your card is not PnP one, you
223 have to add "sf16fm=<io>" to the kernel command line (I/O address is
224 0x284 or 0x384).
225
226 In order to control your radio card, you will need to use programs

--- 209 unchanged lines hidden ---
219 depends on ISA && VIDEO_V4L2
220 ---help---
221 Choose Y here if you have one of these FM radio cards. If you
222 compile the driver into the kernel and your card is not PnP one, you
223 have to add "sf16fm=<io>" to the kernel command line (I/O address is
224 0x284 or 0x384).
225
226 In order to control your radio card, you will need to use programs

--- 209 unchanged lines hidden ---