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

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

421 ---help---
422 This is a kind of umbrella driver for the Radio Tuner and DSP
423 found behind the Timberdale FPGA on the Russellville board.
424 Enabling this driver will automatically select the DSP and tuner.
425
426config RADIO_WL1273
427 tristate "Texas Instruments WL1273 I2C FM Radio"
428 depends on I2C && 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

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

421 ---help---
422 This is a kind of umbrella driver for the Radio Tuner and DSP
423 found behind the Timberdale FPGA on the Russellville board.
424 Enabling this driver will automatically select the DSP and tuner.
425
426config RADIO_WL1273
427 tristate "Texas Instruments WL1273 I2C FM Radio"
428 depends on I2C && VIDEO_V4L2
429 select MFD_CORE
430 select MFD_WL1273_CORE
431 select FW_LOADER
432 ---help---
433 Choose Y here if you have this FM radio chip.
434
435 In order to control your radio card, you will need to use programs
436 that are compatible with the Video For Linux 2 API. Information on
437 this API and pointers to "v4l2" programs may be found at
438 <file:Documentation/video4linux/API.html>.
439
440 To compile this driver as a module, choose M here: the
441 module will be called radio-wl1273.
442
443# TI's ST based wl128x FM radio
444source "drivers/media/radio/wl128x/Kconfig"
445
446endif # RADIO_ADAPTERS
429 select MFD_WL1273_CORE
430 select FW_LOADER
431 ---help---
432 Choose Y here if you have this FM radio chip.
433
434 In order to control your radio card, you will need to use programs
435 that are compatible with the Video For Linux 2 API. Information on
436 this API and pointers to "v4l2" programs may be found at
437 <file:Documentation/video4linux/API.html>.
438
439 To compile this driver as a module, choose M here: the
440 module will be called radio-wl1273.
441
442# TI's ST based wl128x FM radio
443source "drivers/media/radio/wl128x/Kconfig"
444
445endif # RADIO_ADAPTERS