diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-01-16 07:58:15 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-02-14 19:09:27 (GMT) |
commit | 3088fba877ee8bf284b12a73332b813b5478a64d (patch) | |
tree | 33d16a91c93876545ba25c3c5c3b4d02d7a568ed /drivers/media/radio/Kconfig | |
parent | cc3c6df16b3fb953818780b52c86fc7a9f08b337 (diff) | |
download | linux-3088fba877ee8bf284b12a73332b813b5478a64d.tar.xz |
[media] radio-aztech: Convert to radio-isa
Tested with actual hardware and the Keene USB FM Transmitter.
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 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 618c332..645fe57 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig @@ -256,15 +256,11 @@ config RADIO_RTRACK2_PORT config RADIO_AZTECH tristate "Aztech/Packard Bell Radio" depends on ISA && VIDEO_V4L2 + select RADIO_ISA ---help--- Choose Y here if you have one of these FM radio cards, 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>. - To compile this driver as a module, choose M here: the module will be called radio-aztech. |