diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-08 14:10:02 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 16:53:14 +0200 |
commit | acda0e71857c8ec4e5348d08b53a52d35b92e6aa (patch) | |
tree | 1e54fff32a3220be7cbd832d574410c31d5427d8 /drivers/media/radio/Kconfig | |
parent | V4L/DVB (4354): A small fix at fmi->flags logic (diff) | |
download | linux-acda0e71857c8ec4e5348d08b53a52d35b92e6aa.tar.xz linux-acda0e71857c8ec4e5348d08b53a52d35b92e6aa.zip |
V4L/DVB (4355): V4L2 conversion: radio-sf16fmr2
Driver conversion to V4L2 API.
Require some testing, since this obsolete hardware is not
common those days.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r-- | drivers/media/radio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 60a5bea47509..fddfd5c32233 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig @@ -225,7 +225,7 @@ config RADIO_SF16FMI config RADIO_SF16FMR2 tristate "SF16FMR2 Radio" - depends on ISA && VIDEO_V4L1 + depends on ISA && VIDEO_V4L2 ---help--- Choose Y here if you have one of these FM radio cards. |