linux/drivers/media/pci/mantis/Kconfig
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0-only
   2config MANTIS_CORE
   3        tristate "Mantis/Hopper PCI bridge based devices"
   4        depends on PCI && I2C && INPUT && RC_CORE
   5
   6        help
   7          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_MANTIS
  12        tristate "MANTIS based cards"
  13        depends on MANTIS_CORE && DVB_CORE && PCI && I2C
  14        select DVB_MB86A16 if MEDIA_SUBDRV_AUTOSELECT
  15        select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
  16        select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
  17        select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
  18        select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
  19        select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
  20        select DVB_TDA665x if MEDIA_SUBDRV_AUTOSELECT
  21        select DVB_TDA10021 if MEDIA_SUBDRV_AUTOSELECT
  22        select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
  23        select DVB_PLL
  24        help
  25          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_HOPPER
  31        tristate "HOPPER based cards"
  32        depends on MANTIS_CORE && DVB_CORE && PCI && I2C
  33        select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
  34        select DVB_PLL
  35        help
  36          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 N
  40