Kconfig 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. config MANTIS_CORE
  2. tristate "Mantis/Hopper PCI bridge based devices"
  3. depends on PCI && I2C && INPUT && RC_CORE
  4. help
  5. Support for PCI cards based on the Mantis and Hopper PCi bridge.
  6. Say Y if you own such a device and want to use it.
  7. config DVB_MANTIS
  8. tristate "MANTIS based cards"
  9. depends on MANTIS_CORE && DVB_CORE && PCI && I2C
  10. select DVB_MB86A16 if MEDIA_SUBDRV_AUTOSELECT
  11. select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
  12. select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
  13. select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
  14. select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
  15. select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
  16. select DVB_TDA665x if MEDIA_SUBDRV_AUTOSELECT
  17. select DVB_TDA10021 if MEDIA_SUBDRV_AUTOSELECT
  18. select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
  19. select DVB_PLL
  20. help
  21. Support for PCI cards based on the Mantis PCI bridge.
  22. Say Y when you have a Mantis based DVB card and want to use it.
  23. If unsure say N.
  24. config DVB_HOPPER
  25. tristate "HOPPER based cards"
  26. depends on MANTIS_CORE && DVB_CORE && PCI && I2C
  27. select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
  28. select DVB_PLL
  29. help
  30. Support for PCI cards based on the Hopper PCI bridge.
  31. Say Y when you have a Hopper based DVB card and want to use it.
  32. If unsure say N