Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b10fece5 authored by Trent Piepho's avatar Trent Piepho Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (5390): 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.

Signed-off-by: default avatarTrent Piepho <xyzzy@speakeasy.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 726cf56f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"