diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-01-16 12:16:29 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-02-14 23:11:23 +0400 |
commit | 1d211f26b5542da66cf48ff8ef783aceeb7e8099 (patch) | |
tree | 14a87984be2ccd6b3ba8dde93ee38f318876de21 /drivers/media/radio/Kconfig | |
parent | 32c518364a03d336113a9133410af6d8c8dc0107 (diff) | |
download | linux-1d211f26b5542da66cf48ff8ef783aceeb7e8099.tar.xz |
[media] radio-trust: 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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 0b6d807f44c2..a81d15ccf067 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig @@ -377,10 +377,15 @@ config RADIO_TERRATEC config RADIO_TRUST tristate "Trust FM radio card" depends on ISA && VIDEO_V4L2 + select RADIO_ISA help This is a driver for the Trust FM radio cards. Say Y if you have such a card and want to use it under Linux. + 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-trust. |