Skip to content

Commit 030fc1c

Browse files
Tom Rixsmb49
authored andcommitted
media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbols
BugLink: https://bugs.launchpad.net/bugs/2028808 [ Upstream commit 1107283 ] A rand config causes this link error vmlinux.o: In function `pvr2_dvb_create': (.text+0x8af1d2): undefined reference to `dvb_register_adapter' The rand config has CONFIG_VIDEO_PVRUSB2=y CONFIG_VIDEO_DEV=y CONFIG_DVB_CORE=m VIDEO_PVRUSB2 should also depend on DVB_CORE. Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Kamal Mostafa <kamal@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
1 parent ab9ac47 commit 030fc1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/media/usb/pvrusb2/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config VIDEO_PVRUSB2
33
tristate "Hauppauge WinTV-PVR USB2 support"
4-
depends on VIDEO_DEV && I2C
4+
depends on VIDEO_DEV && I2C && DVB_CORE
55
select VIDEO_TUNER
66
select VIDEO_TVEEPROM
77
select VIDEO_CX2341X

0 commit comments

Comments
 (0)