mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
37e6d30e89
MANTIS_CORE needs DVB_CORE, set 'depends on' explicitly ERROR: modpost: "dvb_dmx_init" [drivers/media/pci/mantis/mantis_core.ko] undefined! ERROR: modpost: "dvb_unregister_adapter" [drivers/media/pci/mantis/mantis_core.ko] undefined! ERROR: modpost: "dvb_register_frontend" [drivers/media/pci/mantis/mantis_core.ko] undefined! ERROR: modpost: "dvb_ca_en50221_camchange_irq" [drivers/media/pci/mantis/mantis_core.ko] undefined! ERROR: modpost: "dvb_unregister_frontend" [drivers/media/pci/mantis/mantis_core.ko] undefined! >> ERROR: modpost: "dvb_ca_en50221_camready_irq" [drivers/media/pci/mantis/mantis_core.ko] undefined! >> ERROR: modpost: "dvb_frontend_detach" [drivers/media/pci/mantis/mantis_core.ko] undefined! >> ERROR: modpost: "dvb_dmxdev_release" [drivers/media/pci/mantis/mantis_core.ko] undefined! >> ERROR: modpost: "dvb_dmx_swfilter" [drivers/media/pci/mantis/mantis_core.ko] undefined! Link: https://lore.kernel.org/linux-media/20220516171515.16404-2-lecopzer.chen@mediatek.com Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Lecopzer Chen <lecopzer.chen@mediatek.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config MANTIS_CORE
|
|
tristate "Mantis/Hopper PCI bridge based devices"
|
|
depends on PCI && I2C && INPUT && RC_CORE && DVB_CORE
|
|
|
|
help
|
|
Support for PCI cards based on the Mantis and Hopper PCi bridge.
|
|
|
|
Say Y if you own such a device and want to use it.
|
|
|
|
config DVB_MANTIS
|
|
tristate "MANTIS based cards"
|
|
depends on MANTIS_CORE && DVB_CORE && PCI && I2C
|
|
select DVB_MB86A16 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_TDA665x if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_TDA10021 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_PLL
|
|
help
|
|
Support for PCI cards based on the Mantis PCI bridge.
|
|
Say Y when you have a Mantis based DVB card and want to use it.
|
|
|
|
If unsure say N.
|
|
|
|
config DVB_HOPPER
|
|
tristate "HOPPER based cards"
|
|
depends on MANTIS_CORE && DVB_CORE && PCI && I2C
|
|
select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_PLL
|
|
help
|
|
Support for PCI cards based on the Hopper PCI bridge.
|
|
Say Y when you have a Hopper based DVB card and want to use it.
|
|
|
|
If unsure say N
|