brintos

brintos / linux-shallow public Read only

0
0
Text · 3.2 KiB · 65a6832 Raw
87 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DVB_BUDGET_CORE3	tristate "SAA7146 DVB cards (aka Budget, Nova-PCI)"4	depends on DVB_CORE && PCI && I2C5	select VIDEO_SAA71466	select TTPCI_EEPROM7	help8	  Support for simple SAA7146 based DVB cards9	  (so called Budget- or Nova-PCI cards) without onboard10	  MPEG2 decoder.11 12config DVB_BUDGET13	tristate "Budget cards"14	depends on DVB_BUDGET_CORE && I2C15	select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT16	select DVB_VES1X93 if MEDIA_SUBDRV_AUTOSELECT17	select DVB_VES1820 if MEDIA_SUBDRV_AUTOSELECT18	select DVB_L64781 if MEDIA_SUBDRV_AUTOSELECT19	select DVB_TDA8083 if MEDIA_SUBDRV_AUTOSELECT20	select DVB_S5H1420 if MEDIA_SUBDRV_AUTOSELECT21	select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT22	select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT23	select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT24	select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT25	select DVB_ISL6423 if MEDIA_SUBDRV_AUTOSELECT26	select DVB_STV090x if MEDIA_SUBDRV_AUTOSELECT27	select DVB_STV6110x if MEDIA_SUBDRV_AUTOSELECT28	help29	  Support for simple SAA7146 based DVB cards (so called Budget-30	  or Nova-PCI cards) without onboard MPEG2 decoder, and without31	  analog inputs or an onboard Common Interface connector.32 33	  Say Y if you own such a card and want to use it.34 35	  To compile this driver as a module, choose M here: the36	  module will be called budget.37 38config DVB_BUDGET_CI39	tristate "Budget cards with onboard CI connector"40	depends on DVB_BUDGET_CORE && I2C41	select DVB_STV0297 if MEDIA_SUBDRV_AUTOSELECT42	select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT43	select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT44	select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT45	select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT46	select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT47	select DVB_STV0288 if MEDIA_SUBDRV_AUTOSELECT48	select DVB_STB6000 if MEDIA_SUBDRV_AUTOSELECT49	select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT50	select MEDIA_TUNER_TDA827X if MEDIA_SUBDRV_AUTOSELECT51	depends on RC_CORE52	help53	  Support for simple SAA7146 based DVB cards54	  (so called Budget- or Nova-PCI cards) without onboard55	  MPEG2 decoder, but with onboard Common Interface connector.56 57	  Note: The Common Interface is not yet supported by this driver58	  due to lack of information from the vendor.59 60	  Say Y if you own such a card and want to use it.61 62	  To compile this driver as a module, choose M here: the63	  module will be called budget-ci.64 65config DVB_BUDGET_AV66	tristate "Budget cards with analog video inputs"67	depends on DVB_BUDGET_CORE && I2C68	select VIDEO_SAA7146_VV69	depends on VIDEO_DEV	# dependencies of VIDEO_SAA7146_VV70	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT71	select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT72	select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT73	select DVB_TDA10021 if MEDIA_SUBDRV_AUTOSELECT74	select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT75	select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT76	select DVB_TDA8261 if MEDIA_SUBDRV_AUTOSELECT77	select DVB_TUA6100 if MEDIA_SUBDRV_AUTOSELECT78	help79	  Support for simple SAA7146 based DVB cards80	  (so called Budget- or Nova-PCI cards) without onboard81	  MPEG2 decoder, but with one or more analog video inputs.82 83	  Say Y if you own such a card and want to use it.84 85	  To compile this driver as a module, choose M here: the86	  module will be called budget-av.87