Kconfig (f8c085244ef6a88c38db3ee49bda0ff4249edf34) Kconfig (8bd7ef5ae615cce5cde2e8b40445cfe4a20c3c03)
1#
2# Multimedia Video device configuration
3#
4
5menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
7 depends on VIDEO_V4L2
8 default y

--- 219 unchanged lines hidden (view full) ---

228 default "30f"
229 help
230 Enter either 0x30f or 0x20f here. The card default is 0x30f, if you
231 haven't changed the jumper setting on the card.
232
233config RADIO_RTRACK2
234 tristate "AIMSlab RadioTrack II support"
235 depends on ISA && VIDEO_V4L2
1#
2# Multimedia Video device configuration
3#
4
5menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
7 depends on VIDEO_V4L2
8 default y

--- 219 unchanged lines hidden (view full) ---

228 default "30f"
229 help
230 Enter either 0x30f or 0x20f here. The card default is 0x30f, if you
231 haven't changed the jumper setting on the card.
232
233config RADIO_RTRACK2
234 tristate "AIMSlab RadioTrack II support"
235 depends on ISA && VIDEO_V4L2
236 select RADIO_ISA
236 ---help---
237 Choose Y here if you have this FM radio card, and then fill in the
238 port address below.
239
237 ---help---
238 Choose Y here if you have this FM radio card, and then fill in the
239 port address below.
240
240 In order to control your radio card, you will need to use programs
241 that are compatible with the Video For Linux API. Information on
242 this API and pointers to "v4l" programs may be found at
243 <file:Documentation/video4linux/API.html>.
241 Note: this driver hasn't been tested since a long time due to lack
242 of hardware. If you have this hardware, then please contact the
243 linux-media mailinglist.
244
245 To compile this driver as a module, choose M here: the
246 module will be called radio-rtrack2.
247
248config RADIO_RTRACK2_PORT
249 hex "RadioTrack II i/o port (0x20c or 0x30c)"
250 depends on RADIO_RTRACK2=y
251 default "30c"

--- 217 unchanged lines hidden ---
244
245 To compile this driver as a module, choose M here: the
246 module will be called radio-rtrack2.
247
248config RADIO_RTRACK2_PORT
249 hex "RadioTrack II i/o port (0x20c or 0x30c)"
250 depends on RADIO_RTRACK2=y
251 default "30c"

--- 217 unchanged lines hidden ---