diff options
author | Andrey Smirnov <andreysm@charmander.(none)> | 2013-03-26 21:47:26 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-29 08:25:49 -0400 |
commit | 30bac9110455402fa8888740c6819dd3daa2666f (patch) | |
tree | 9dface37142eef9a7d1c1d9b96090ea71f4e7158 /drivers/media/radio/Kconfig | |
parent | 33a80fc2eb43afbc25f04cc1d5ed899da213c21f (diff) |
[media] v4l2: Add a V4L2 driver for SI476X MFD
This commit adds a driver that exposes all the radio related
functionality of the Si476x series of chips via the V4L2 subsystem.
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r-- | drivers/media/radio/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 24e64a09884c..28ded247abc0 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -18,6 +18,23 @@ config RADIO_SI470X | |||
18 | 18 | ||
19 | source "drivers/media/radio/si470x/Kconfig" | 19 | source "drivers/media/radio/si470x/Kconfig" |
20 | 20 | ||
21 | config RADIO_SI476X | ||
22 | tristate "Silicon Laboratories Si476x I2C FM Radio" | ||
23 | depends on I2C && VIDEO_V4L2 | ||
24 | select MFD_CORE | ||
25 | select MFD_SI476X_CORE | ||
26 | select SND_SOC_SI476X | ||
27 | ---help--- | ||
28 | Choose Y here if you have this FM radio chip. | ||
29 | |||
30 | In order to control your radio card, you will need to use programs | ||
31 | that are compatible with the Video For Linux 2 API. Information on | ||
32 | this API and pointers to "v4l2" programs may be found at | ||
33 | <file:Documentation/video4linux/API.html>. | ||
34 | |||
35 | To compile this driver as a module, choose M here: the | ||
36 | module will be called radio-si476x. | ||
37 | |||
21 | config USB_MR800 | 38 | config USB_MR800 |
22 | tristate "AverMedia MR 800 USB FM radio support" | 39 | tristate "AverMedia MR 800 USB FM radio support" |
23 | depends on USB && VIDEO_V4L2 | 40 | depends on USB && VIDEO_V4L2 |