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

Commit a80c5aa6 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (7499): v4l/dvb Kconfig: Fix bugzilla #10067



tda8290 breaks if tuner is selected, but CONFIG_DVB=n.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 8e08af3c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6,3 +6,6 @@ obj-y := common/
obj-y += video/
obj-$(CONFIG_VIDEO_DEV) += radio/
obj-$(CONFIG_DVB_CORE)  += dvb/
ifeq ($(CONFIG_DVB_CORE),)
  obj-$(CONFIG_VIDEO_TUNER)  += dvb/frontends/
endif