mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 19:26:21 +07:00
media: ttpci: Fix build error without RC_CORE
If RC_CORE is not set, building fails: Reported-by: Hulk Robot <hulkci@huawei.com> Suggested-by: Sean Young <sean@mess.org> Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
efe8b031d8
commit
12e23ebb39
@ -1,13 +1,14 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
config DVB_AV7110_IR
|
||||
bool
|
||||
depends on RC_CORE=y || RC_CORE = DVB_AV7110
|
||||
default DVB_AV7110
|
||||
|
||||
config DVB_AV7110
|
||||
tristate "AV7110 cards"
|
||||
depends on DVB_CORE && PCI && I2C
|
||||
select TTPCI_EEPROM
|
||||
select VIDEO_SAA7146_VV
|
||||
select DVB_AV7110_IR if INPUT_EVDEV=y || INPUT_EVDEV=DVB_AV7110
|
||||
depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV
|
||||
select DVB_VES1820 if MEDIA_SUBDRV_AUTOSELECT
|
||||
select DVB_VES1X93 if MEDIA_SUBDRV_AUTOSELECT
|
||||
|
Loading…
Reference in New Issue
Block a user