Kconfig 390 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config DVB_PT3
  3. tristate "Earthsoft PT3 cards"
  4. depends on DVB_CORE && PCI && I2C
  5. select DVB_TC90522 if MEDIA_SUBDRV_AUTOSELECT
  6. select MEDIA_TUNER_QM1D1C0042 if MEDIA_SUBDRV_AUTOSELECT
  7. select MEDIA_TUNER_MXL301RF if MEDIA_SUBDRV_AUTOSELECT
  8. help
  9. Support for Earthsoft PT3 PCIe cards.
  10. Say Y or M if you own such a device and want to use it.