diff options
author | Matti Aaltonen <matti.j.aaltonen@nokia.com> | 2010-12-10 09:41:34 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 05:17:02 -0500 |
commit | 87d1a50ce45168cbaec10397e876286a398052c1 (patch) | |
tree | fa96fd384f4a3997721b7b0b36e1777eea836453 /drivers/media/radio/Kconfig | |
parent | 383268a8e282fb549dabe3a33ccafc9434ab6006 (diff) |
[media] V4L2: WL1273 FM Radio: TI WL1273 FM radio driver
This module implements V4L2 controls for the Texas Instruments
WL1273 FM Radio and handles the communication with the chip.
Signed-off-by: Matti J. Aaltonen <matti.j.aaltonen@nokia.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r-- | drivers/media/radio/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 83567b898d09..3c5a4739ed70 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -452,4 +452,20 @@ config RADIO_TIMBERDALE | |||
452 | found behind the Timberdale FPGA on the Russellville board. | 452 | found behind the Timberdale FPGA on the Russellville board. |
453 | Enabling this driver will automatically select the DSP and tuner. | 453 | Enabling this driver will automatically select the DSP and tuner. |
454 | 454 | ||
455 | config RADIO_WL1273 | ||
456 | tristate "Texas Instruments WL1273 I2C FM Radio" | ||
457 | depends on I2C && VIDEO_V4L2 | ||
458 | select MFD_WL1273_CORE | ||
459 | select FW_LOADER | ||
460 | ---help--- | ||
461 | Choose Y here if you have this FM radio chip. | ||
462 | |||
463 | In order to control your radio card, you will need to use programs | ||
464 | that are compatible with the Video For Linux 2 API. Information on | ||
465 | this API and pointers to "v4l2" programs may be found at | ||
466 | <file:Documentation/video4linux/API.html>. | ||
467 | |||
468 | To compile this driver as a module, choose M here: the | ||
469 | module will be called radio-wl1273. | ||
470 | |||
455 | endif # RADIO_ADAPTERS | 471 | endif # RADIO_ADAPTERS |