V4L: radio: Fix error in Kbuild file
commit1fe8f720eb5eb8d89af9b24575ac3c949526743b
authorTrent Piepho <xyzzy@speakeasy.org>
Thu, 29 Mar 2007 01:22:28 +0000 (28 21:22 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 6 Apr 2007 10:43:15 +0000 (6 03:43 -0700)
tree57fdf442d34c7dd94913006aec3fded27d9e39c8
parent80e8196248a8945739759e36fece6227ba670993
V4L: radio: Fix error in Kbuild file

V4L: radio: Fix error in Kbuild file

All the radio drivers need video_dev, but they were depending on
VIDEO_DEV!=n.  That meant that one could try to compile the driver into
the kernel when VIDEO_DEV=m, which will not work.  If video_dev is a
module, then the radio drivers must be modules too.

(cherry picked from commit b10fece583fdfdb3d2f29b0da3896ec58b8fe122)

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/radio/Kconfig