Kconfig (55ac7b690f086112ab8ac35764189269cdfae768) | Kconfig (30c48305ba3e785cef33ff90efcbf5d9bdc3cffe) |
---|---|
1# 2# Multimedia Video device configuration 3# 4 5menu "Radio Adapters" 6 depends on VIDEO_DEV!=n 7 8config RADIO_CADET --- 272 unchanged lines hidden (view full) --- 281 depends on RADIO_TRUST=y 282 default "350" 283 help 284 Enter the I/O port of your Trust FM radio card. If unsure, try the 285 values "0x350" or "0x358". 286 287config RADIO_TYPHOON 288 tristate "Typhoon Radio (a.k.a. EcoRadio)" | 1# 2# Multimedia Video device configuration 3# 4 5menu "Radio Adapters" 6 depends on VIDEO_DEV!=n 7 8config RADIO_CADET --- 272 unchanged lines hidden (view full) --- 281 depends on RADIO_TRUST=y 282 default "350" 283 help 284 Enter the I/O port of your Trust FM radio card. If unsure, try the 285 values "0x350" or "0x358". 286 287config RADIO_TYPHOON 288 tristate "Typhoon Radio (a.k.a. EcoRadio)" |
289 depends on ISA && VIDEO_V4L1 | 289 depends on ISA && VIDEO_V4L2 |
290 ---help--- 291 Choose Y here if you have one of these FM radio cards, and then fill 292 in the port address and the frequency used for muting below. 293 294 In order to control your radio card, you will need to use programs 295 that are compatible with the Video For Linux API. Information on 296 this API and pointers to "v4l" programs may be found at 297 <file:Documentation/video4linux/API.html>. --- 67 unchanged lines hidden --- | 290 ---help--- 291 Choose Y here if you have one of these FM radio cards, and then fill 292 in the port address and the frequency used for muting below. 293 294 In order to control your radio card, you will need to use programs 295 that are compatible with the Video For Linux API. Information on 296 this API and pointers to "v4l" programs may be found at 297 <file:Documentation/video4linux/API.html>. --- 67 unchanged lines hidden --- |