Kconfig (4b8303747474033d6d73828607eafab77c620d96) | Kconfig (67cabf503cd0ad7473cf1856f9c9bb6320098be6) |
---|---|
1# 2# Multimedia Video device configuration 3# 4 5menuconfig RADIO_ADAPTERS 6 bool "Radio Adapters" 7 depends on VIDEO_V4L2 8 default y --- 204 unchanged lines hidden (view full) --- 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 "SF16-FMI/SF16-FMP Radio" 219 depends on ISA && VIDEO_V4L2 220 ---help--- | 1# 2# Multimedia Video device configuration 3# 4 5menuconfig RADIO_ADAPTERS 6 bool "Radio Adapters" 7 depends on VIDEO_V4L2 8 default y --- 204 unchanged lines hidden (view full) --- 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 "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). | 221 Choose Y here if you have one of these FM radio cards. |
225 226 In order to control your radio card, you will need to use programs 227 that are compatible with the Video For Linux API. Information on 228 this API and pointers to "v4l" programs may be found at 229 <file:Documentation/video4linux/API.html>. 230 231 To compile this driver as a module, choose M here: the 232 module will be called radio-sf16fmi. --- 203 unchanged lines hidden --- | 222 223 In order to control your radio card, you will need to use programs 224 that are compatible with the Video For Linux API. Information on 225 this API and pointers to "v4l" programs may be found at 226 <file:Documentation/video4linux/API.html>. 227 228 To compile this driver as a module, choose M here: the 229 module will be called radio-sf16fmi. --- 203 unchanged lines hidden --- |