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

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

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
1#
2# Multimedia Video device configuration
3#
4
5menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
7 depends on VIDEO_V4L2
8 default y

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

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
349 RDS and RBDS 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
355config USB_DSBR
356 tristate "D-Link/GemTek USB FM radio support"
357 depends on USB && VIDEO_V4L2

--- 47 unchanged lines hidden ---
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
355config USB_DSBR
356 tristate "D-Link/GemTek USB FM radio support"
357 depends on USB && VIDEO_V4L2

--- 47 unchanged lines hidden ---