diff options
author | Tom Rix <trix@redhat.com> | 2023-03-11 14:48:47 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2023-03-19 22:58:30 +0100 |
commit | 1107283b3351bef138cd12dbda1f999891cab7db (patch) | |
tree | df4d82d16fa0724036db53304a911bdf07def564 /Documentation/userspace-api/media | |
parent | media: platform: cros-ec: Add Gladios/Lisbon to the match table (diff) | |
download | linux-1107283b3351bef138cd12dbda1f999891cab7db.tar.xz linux-1107283b3351bef138cd12dbda1f999891cab7db.zip |
media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbols
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>
Diffstat (limited to 'Documentation/userspace-api/media')
0 files changed, 0 insertions, 0 deletions