Skip to content

Commit

Permalink
V4L/DVB (5390): Radio: Fix error in Kbuild file
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Trent Piepho authored and Mauro Carvalho Chehab committed Mar 27, 2007
1 parent 726cf56 commit b10fece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/radio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

menu "Radio Adapters"
depends on VIDEO_DEV!=n
depends on VIDEO_DEV

config RADIO_CADET
tristate "ADS Cadet AM/FM Tuner"
Expand Down

0 comments on commit b10fece

Please sign in to comment.