mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 16:44:10 +08:00
V4L/DVB (7499): v4l/dvb Kconfig: Fix bugzilla #10067
tda8290 breaks if tuner is selected, but CONFIG_DVB=n. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
8e08af3c30
commit
a80c5aa6da
@ -6,3 +6,6 @@ obj-y := common/
|
|||||||
obj-y += video/
|
obj-y += video/
|
||||||
obj-$(CONFIG_VIDEO_DEV) += radio/
|
obj-$(CONFIG_VIDEO_DEV) += radio/
|
||||||
obj-$(CONFIG_DVB_CORE) += dvb/
|
obj-$(CONFIG_DVB_CORE) += dvb/
|
||||||
|
ifeq ($(CONFIG_DVB_CORE),)
|
||||||
|
obj-$(CONFIG_VIDEO_TUNER) += dvb/frontends/
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user