Kconfig (0a1340c185734a57fbf4775927966ad4a1347b02) | Kconfig (7fb6529762f8185f792ad74adcf211713f973c80) |
---|---|
1# 2# Multimedia Video device configuration 3# 4 5menu "Radio Adapters" 6 depends on VIDEO_DEV!=n 7 8config RADIO_CADET --- 336 unchanged lines hidden (view full) --- 345 346config RADIO_ZOLTRIX_PORT 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 | 1# 2# Multimedia Video device configuration 3# 4 5menu "Radio Adapters" 6 depends on VIDEO_DEV!=n 7 8config RADIO_CADET --- 336 unchanged lines hidden (view full) --- 345 346config RADIO_ZOLTRIX_PORT 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 |
353endmenu | 353config USB_DSBR 354 tristate "D-Link USB FM radio support (EXPERIMENTAL)" 355 depends on USB && VIDEO_V4L1 && 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. |
354 | 361 |
362 To compile this driver as a module, choose M here: the 363 module will be called dsbr100. 364endmenu |
|