Kconfig (f8c559f8c066a045fb3f70bbb35f9e7c2064b8ae) | Kconfig (a2ef73af4cd6cb46be13b11f9ce64d6b44f0350b) |
---|---|
1# 2# Multimedia Video device configuration 3# 4 5menu "Radio Adapters" 6 depends on VIDEO_DEV!=n 7 8config RADIO_CADET --- 194 unchanged lines hidden (view full) --- 203 availability of RDS is reported over V4L by the basic driver 204 already. Here RDS can be read from files in /dev/v4l/rds. 205 206 To compile this driver as a module, choose M here: the 207 module will be called miropcm20-rds. 208 209config RADIO_SF16FMI 210 tristate "SF16FMI Radio" | 1# 2# Multimedia Video device configuration 3# 4 5menu "Radio Adapters" 6 depends on VIDEO_DEV!=n 7 8config RADIO_CADET --- 194 unchanged lines hidden (view full) --- 203 availability of RDS is reported over V4L by the basic driver 204 already. Here RDS can be read from files in /dev/v4l/rds. 205 206 To compile this driver as a module, choose M here: the 207 module will be called miropcm20-rds. 208 209config RADIO_SF16FMI 210 tristate "SF16FMI Radio" |
211 depends on ISA && VIDEO_V4L1 | 211 depends on ISA && VIDEO_V4L2 |
212 ---help--- 213 Choose Y here if you have one of these FM radio cards. If you 214 compile the driver into the kernel and your card is not PnP one, you 215 have to add "sf16fm=<io>" to the kernel command line (I/O address is 216 0x284 or 0x384). 217 218 In order to control your radio card, you will need to use programs 219 that are compatible with the Video For Linux API. Information on --- 145 unchanged lines hidden --- | 212 ---help--- 213 Choose Y here if you have one of these FM radio cards. If you 214 compile the driver into the kernel and your card is not PnP one, you 215 have to add "sf16fm=<io>" to the kernel command line (I/O address is 216 0x284 or 0x384). 217 218 In order to control your radio card, you will need to use programs 219 that are compatible with the Video For Linux API. Information on --- 145 unchanged lines hidden --- |