Kconfig (48a7afe314bfc4d7f50e1608632f503dbba7e013) | Kconfig (c5da5afb9d7b244cfe3334c77e90b4296cf5f263) |
---|---|
1# 2# Multimedia Video device configuration 3# 4 | 1# 2# Multimedia Video device configuration 3# 4 |
5menu "Radio Adapters" | 5menuconfig RADIO_ADAPTERS 6 bool "Radio Adapters" |
6 depends on VIDEO_DEV | 7 depends on VIDEO_DEV |
8 default y |
|
7 | 9 |
10if RADIO_ADAPTERS 11 |
|
8config RADIO_CADET 9 tristate "ADS Cadet AM/FM Tuner" 10 depends on ISA && VIDEO_V4L2 11 ---help--- 12 Choose Y here if you have one of these AM/FM radio cards, and then 13 fill in the port address below. 14 15 In order to control your radio card, you will need to use programs --- 307 unchanged lines hidden (view full) --- 323 ---help--- 324 Say Y here if you want to connect this type of radio to your 325 computer's USB port. Note that the audio is not digital, and 326 you must connect the line out connector to a sound card or a 327 set of speakers. 328 329 To compile this driver as a module, choose M here: the 330 module will be called dsbr100. | 12config RADIO_CADET 13 tristate "ADS Cadet AM/FM Tuner" 14 depends on ISA && VIDEO_V4L2 15 ---help--- 16 Choose Y here if you have one of these AM/FM radio cards, and then 17 fill in the port address below. 18 19 In order to control your radio card, you will need to use programs --- 307 unchanged lines hidden (view full) --- 327 ---help--- 328 Say Y here if you want to connect this type of radio to your 329 computer's USB port. Note that the audio is not digital, and 330 you must connect the line out connector to a sound card or a 331 set of speakers. 332 333 To compile this driver as a module, choose M here: the 334 module will be called dsbr100. |
331endmenu | 335 336endif # RADIO_ADAPTERS |