aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2012-02-03 06:28:56 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-02-14 14:01:13 -0500
commit137c579c12bbb47ac1822e1a959aa15d0fcb76c1 (patch)
tree9b2ab60f813734ebf31126eda3bf60466573310a /drivers/media/radio/Kconfig
parent83ec8225b6aecfddafd3b1d40cf79c0d4615a84c (diff)
[media] radio-isa: add framework for ISA radio drivers
We have quite a few ISA radio drivers, which are all very similar. This framework makes it possible to reduce the code size of those drivers and makes it much easier to keep them up to date with the latest V4L2 API developments. Drivers rewritten to use this framework fully pass the v4l2-compliance tests and are properly using the ISA bus (so they can be found under /sys/bus/isa). It is now also possible to support multiple cards using the same driver (tested with two radio-gemtek cards). 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/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig
index 48747df59453..e291e0e2669f 100644
--- a/drivers/media/radio/Kconfig
+++ b/drivers/media/radio/Kconfig
@@ -177,6 +177,10 @@ menuconfig V4L_RADIO_ISA_DRIVERS
177 177
178if V4L_RADIO_ISA_DRIVERS 178if V4L_RADIO_ISA_DRIVERS
179 179
180config RADIO_ISA
181 depends on ISA
182 tristate
183
180config RADIO_CADET 184config RADIO_CADET
181 tristate "ADS Cadet AM/FM Tuner" 185 tristate "ADS Cadet AM/FM Tuner"
182 depends on ISA && VIDEO_V4L2 186 depends on ISA && VIDEO_V4L2