Kconfig 846 B

1234567891011121314151617181920212223242526272829303132
  1. config MANTIS_CORE
  2. tristate "Mantis/Hopper PCI bridge based devices"
  3. depends on PCI && I2C && INPUT
  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
  11. select DVB_ZL10353
  12. select DVB_STV0299
  13. select DVB_PLL
  14. help
  15. Support for PCI cards based on the Mantis PCI bridge.
  16. Say Y when you have a Mantis based DVB card and want to use it.
  17. If unsure say N.
  18. config DVB_HOPPER
  19. tristate "HOPPER based cards"
  20. depends on MANTIS_CORE && DVB_CORE && PCI && I2C
  21. select DVB_ZL10353
  22. select DVB_PLL
  23. help
  24. Support for PCI cards based on the Hopper PCI bridge.
  25. Say Y when you have a Hopper based DVB card and want to use it.
  26. If unsure say N