diff options
author | Hans de Goede <hdegoede@redhat.com> | 2012-05-21 14:24:50 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-30 17:00:32 -0400 |
commit | 8e2ce73e932b629c3e12546e5fffac7ee54d0093 (patch) | |
tree | 2973bcedd055bd61d63513f57f3a99937d2f13f1 /drivers/media/radio/Kconfig | |
parent | 3d0fe51cfa3d07751224c034f8226136a7dd05f2 (diff) |
[media] radio-shark: New driver for the Griffin radioSHARK USB radio receiver
Signed-off-by: Hans de Goede <hdegoede@redhat.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 24ce5a47f955..e3c117122351 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -57,6 +57,22 @@ config RADIO_MAXIRADIO | |||
57 | To compile this driver as a module, choose M here: the | 57 | To compile this driver as a module, choose M here: the |
58 | module will be called radio-maxiradio. | 58 | module will be called radio-maxiradio. |
59 | 59 | ||
60 | config RADIO_SHARK | ||
61 | tristate "Griffin radioSHARK USB radio receiver" | ||
62 | depends on USB && SND | ||
63 | ---help--- | ||
64 | Choose Y here if you have this radio receiver. | ||
65 | |||
66 | There are 2 versions of this device, this driver is for version 1, | ||
67 | which is white. | ||
68 | |||
69 | In order to control your radio card, you will need to use programs | ||
70 | that are compatible with the Video For Linux API. Information on | ||
71 | this API and pointers to "v4l" programs may be found at | ||
72 | <file:Documentation/video4linux/API.html>. | ||
73 | |||
74 | To compile this driver as a module, choose M here: the | ||
75 | module will be called radio-shark. | ||
60 | 76 | ||
61 | config I2C_SI4713 | 77 | config I2C_SI4713 |
62 | tristate "I2C driver for Silicon Labs Si4713 device" | 78 | tristate "I2C driver for Silicon Labs Si4713 device" |