diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-01-16 12:24:08 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-02-14 23:10:41 +0400 |
commit | 8bd7ef5ae615cce5cde2e8b40445cfe4a20c3c03 (patch) | |
tree | 445468a6367fdf790980befb6293bc93cc47267d /drivers/media/radio/Kconfig | |
parent | f8c085244ef6a88c38db3ee49bda0ff4249edf34 (diff) | |
download | linux-8bd7ef5ae615cce5cde2e8b40445cfe4a20c3c03.tar.xz |
[media] radio-rtrack2: Convert to radio-isa
Tested with v4l2-compliance, but not with actual hardware. Contact the
linux-media mailinglist if you have this card!
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r-- | drivers/media/radio/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 06a8c7a53556..f76cbbc9a784 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig @@ -233,14 +233,14 @@ config RADIO_RTRACK_PORT config RADIO_RTRACK2 tristate "AIMSlab RadioTrack II support" depends on ISA && VIDEO_V4L2 + select RADIO_ISA ---help--- Choose Y here if you have this FM radio card, and then fill in the port address below. - In order to control your radio card, you will need to use programs - that are compatible with the Video For Linux API. Information on - this API and pointers to "v4l" programs may be found at - <file:Documentation/video4linux/API.html>. + Note: this driver hasn't been tested since a long time due to lack + of hardware. If you have this hardware, then please contact the + linux-media mailinglist. To compile this driver as a module, choose M here: the module will be called radio-rtrack2. |