]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L: radio: Fix error in Kbuild file
authorTrent Piepho <xyzzy@speakeasy.org>
Fri, 13 Apr 2007 19:23:11 +0000 (21:23 +0200)
committerAdrian Bunk <bunk@stusta.de>
Fri, 13 Apr 2007 20:58:24 +0000 (22:58 +0200)
commit9c38858ad17d961762deb032d7e9737589cae3a2
treecfdbe0662bd85bca1e92900974d3970ce39a2bac
parent1a40c3a4c890b95b66a8831aa967cd12cef61062
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: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/media/radio/Kconfig