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

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

324
325config RADIO_ZOLTRIX_PORT
326 hex "ZOLTRIX I/O port (0x20c or 0x30c)"
327 depends on RADIO_ZOLTRIX=y
328 default "20c"
329 help
330 Enter the I/O port of your Zoltrix radio card.
331
1#
2# Multimedia Video device configuration
3#
4
5menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
7 depends on VIDEO_V4L2
8 default y

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

324
325config RADIO_ZOLTRIX_PORT
326 hex "ZOLTRIX I/O port (0x20c or 0x30c)"
327 depends on RADIO_ZOLTRIX=y
328 default "20c"
329 help
330 Enter the I/O port of your Zoltrix radio card.
331
332config I2C_SI4713
333 tristate "I2C driver for Silicon Labs Si4713 device"
334 depends on I2C && VIDEO_V4L2
335 ---help---
336 Say Y here if you want support to Si4713 I2C device.
337 This device driver supports only i2c bus.
338
339 To compile this driver as a module, choose M here: the
340 module will be called si4713.
341
342config RADIO_SI4713
343 tristate "Silicon Labs Si4713 FM Radio Transmitter support"
344 depends on I2C && VIDEO_V4L2
345 select I2C_SI4713
346 ---help---
347 Say Y here if you want support to Si4713 FM Radio Transmitter.
348 This device can transmit audio through FM. It can transmit
349 EDS and EBDS signals as well. This module is the v4l2 radio
350 interface for the i2c driver of this device.
351
352 To compile this driver as a module, choose M here: the
353 module will be called radio-si4713.
354
332config USB_DSBR
333 tristate "D-Link/GemTek USB FM radio support"
334 depends on USB && VIDEO_V4L2
335 ---help---
336 Say Y here if you want to connect this type of radio to your
337 computer's USB port. Note that the audio is not digital, and
338 you must connect the line out connector to a sound card or a
339 set of speakers.

--- 42 unchanged lines hidden ---
355config USB_DSBR
356 tristate "D-Link/GemTek USB FM radio support"
357 depends on USB && VIDEO_V4L2
358 ---help---
359 Say Y here if you want to connect this type of radio to your
360 computer's USB port. Note that the audio is not digital, and
361 you must connect the line out connector to a sound card or a
362 set of speakers.

--- 42 unchanged lines hidden ---