Kconfig (57a44415beee38d1afcd8e1b5fad66f3414d2dac) Kconfig (59faba1b316a7798a33752b3889193333f8af1a0)
1#
2# Multimedia Video device configuration
3#
4
5menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
7 depends on VIDEO_DEV
8 default y
9 ---help---
10 Say Y here to enable selecting AM/FM radio adapters.
11
1#
2# Multimedia Video device configuration
3#
4
5menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
7 depends on VIDEO_DEV
8 default y
9 ---help---
10 Say Y here to enable selecting AM/FM radio adapters.
11
12if RADIO_ADAPTERS
12if RADIO_ADAPTERS && VIDEO_DEV
13
14config RADIO_CADET
15 tristate "ADS Cadet AM/FM Tuner"
16 depends on ISA && VIDEO_V4L2
17 ---help---
18 Choose Y here if you have one of these AM/FM radio cards, and then
19 fill in the port address below.
20

--- 318 unchanged lines hidden ---
13
14config RADIO_CADET
15 tristate "ADS Cadet AM/FM Tuner"
16 depends on ISA && VIDEO_V4L2
17 ---help---
18 Choose Y here if you have one of these AM/FM radio cards, and then
19 fill in the port address below.
20

--- 318 unchanged lines hidden ---