Kconfig (c0c7fa096623c0cfdd9d253de9d874558066cdbb) Kconfig (5aff308c5e73307fc495b89b6421b491f56d3657)
1#
2# Multimedia Video device configuration
3#
4
5menu "Radio Adapters"
6 depends on VIDEO_DEV!=n
7
8config RADIO_CADET

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

347 hex "ZOLTRIX I/O port (0x20c or 0x30c)"
348 depends on RADIO_ZOLTRIX=y
349 default "20c"
350 help
351 Enter the I/O port of your Zoltrix radio card.
352
353config USB_DSBR
354 tristate "D-Link USB FM radio support (EXPERIMENTAL)"
1#
2# Multimedia Video device configuration
3#
4
5menu "Radio Adapters"
6 depends on VIDEO_DEV!=n
7
8config RADIO_CADET

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

347 hex "ZOLTRIX I/O port (0x20c or 0x30c)"
348 depends on RADIO_ZOLTRIX=y
349 default "20c"
350 help
351 Enter the I/O port of your Zoltrix radio card.
352
353config USB_DSBR
354 tristate "D-Link USB FM radio support (EXPERIMENTAL)"
355 depends on USB && VIDEO_V4L1 && EXPERIMENTAL
355 depends on USB && VIDEO_V4L2 && EXPERIMENTAL
356 ---help---
357 Say Y here if you want to connect this type of radio to your
358 computer's USB port. Note that the audio is not digital, and
359 you must connect the line out connector to a sound card or a
360 set of speakers.
361
362 To compile this driver as a module, choose M here: the
363 module will be called dsbr100.
364endmenu
356 ---help---
357 Say Y here if you want to connect this type of radio to your
358 computer's USB port. Note that the audio is not digital, and
359 you must connect the line out connector to a sound card or a
360 set of speakers.
361
362 To compile this driver as a module, choose M here: the
363 module will be called dsbr100.
364endmenu