Skip to content

Commit

Permalink
V4L/DVB (7499): v4l/dvb Kconfig: Fix bugzilla #10067
Browse files Browse the repository at this point in the history
tda8290 breaks if tuner is selected, but CONFIG_DVB=n.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Apr 6, 2008
1 parent 8e08af3 commit a80c5aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/media/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a80c5aa

Please sign in to comment.