brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · 374b8f3 Raw
40 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config MANTIS_CORE3	tristate "Mantis/Hopper PCI bridge based devices"4	depends on PCI && I2C && INPUT && RC_CORE && DVB_CORE5 6	help7	  Support for PCI cards based on the Mantis and Hopper PCi bridge.8 9	  Say Y if you own such a device and want to use it.10 11config DVB_MANTIS12	tristate "MANTIS based cards"13	depends on MANTIS_CORE && DVB_CORE && PCI && I2C14	select DVB_MB86A16 if MEDIA_SUBDRV_AUTOSELECT15	select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT16	select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT17	select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT18	select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT19	select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT20	select DVB_TDA665x if MEDIA_SUBDRV_AUTOSELECT21	select DVB_TDA10021 if MEDIA_SUBDRV_AUTOSELECT22	select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT23	select DVB_PLL24	help25	  Support for PCI cards based on the Mantis PCI bridge.26	  Say Y when you have a Mantis based DVB card and want to use it.27 28	  If unsure say N.29 30config DVB_HOPPER31	tristate "HOPPER based cards"32	depends on MANTIS_CORE && DVB_CORE && PCI && I2C33	select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT34	select DVB_PLL35	help36	  Support for PCI cards based on the Hopper  PCI bridge.37	  Say Y when you have a Hopper based DVB card and want to use it.38 39	  If unsure say N40