mirror of https://gitee.com/openkylin/linux.git
51 lines
1.3 KiB
Plaintext
51 lines
1.3 KiB
Plaintext
|
#
|
||
|
# DVB device configuration
|
||
|
#
|
||
|
|
||
|
menuconfig DVB_CAPTURE_DRIVERS
|
||
|
bool "DVB/ATSC adapters"
|
||
|
depends on DVB_CORE
|
||
|
default y
|
||
|
---help---
|
||
|
Say Y to select Digital TV adapters
|
||
|
|
||
|
if DVB_CAPTURE_DRIVERS && DVB_CORE
|
||
|
|
||
|
comment "Supported SAA7146 based PCI Adapters"
|
||
|
depends on DVB_CORE && PCI && I2C
|
||
|
source "drivers/media/pci/ttpci/Kconfig"
|
||
|
|
||
|
comment "Supported FlexCopII (B2C2) Adapters"
|
||
|
depends on DVB_CORE && (PCI || USB) && I2C
|
||
|
source "drivers/media/pci/b2c2/Kconfig"
|
||
|
|
||
|
comment "Supported BT878 Adapters"
|
||
|
depends on DVB_CORE && PCI && I2C
|
||
|
source "drivers/media/pci/bt8xx/Kconfig"
|
||
|
|
||
|
comment "Supported Pluto2 Adapters"
|
||
|
depends on DVB_CORE && PCI && I2C
|
||
|
source "drivers/media/pci/pluto2/Kconfig"
|
||
|
|
||
|
comment "Supported SDMC DM1105 Adapters"
|
||
|
depends on DVB_CORE && PCI && I2C
|
||
|
source "drivers/media/pci/dm1105/Kconfig"
|
||
|
|
||
|
comment "Supported Earthsoft PT1 Adapters"
|
||
|
depends on DVB_CORE && PCI && I2C
|
||
|
source "drivers/media/pci/pt1/Kconfig"
|
||
|
|
||
|
comment "Supported Mantis Adapters"
|
||
|
depends on DVB_CORE && PCI && I2C
|
||
|
source "drivers/media/pci/mantis/Kconfig"
|
||
|
|
||
|
comment "Supported nGene Adapters"
|
||
|
depends on DVB_CORE && PCI && I2C
|
||
|
source "drivers/media/pci/ngene/Kconfig"
|
||
|
|
||
|
comment "Supported ddbridge ('Octopus') Adapters"
|
||
|
depends on DVB_CORE && PCI && I2C
|
||
|
source "drivers/media/pci/ddbridge/Kconfig"
|
||
|
|
||
|
endif # DVB_CAPTURE_DRIVERS
|