mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 18:14:07 +08:00
3785bc170f
b2c2 is, in fact, 2 drivers: one for PCI and one for USB, plus a common bus-independent code. Break it accordingly. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
42 lines
1009 B
Plaintext
42 lines
1009 B
Plaintext
#
|
|
# DVB device configuration
|
|
#
|
|
|
|
menuconfig DVB_CAPTURE_DRIVERS
|
|
bool "DVB/ATSC PCI adapters"
|
|
depends on DVB_CORE
|
|
default y
|
|
---help---
|
|
Say Y to select Digital TV adapters
|
|
|
|
if DVB_CAPTURE_DRIVERS && DVB_CORE && PCI && I2C
|
|
|
|
comment "Supported SAA7146 based PCI Adapters"
|
|
source "drivers/media/pci/ttpci/Kconfig"
|
|
|
|
comment "Supported FlexCopII (B2C2) PCI Adapters"
|
|
source "drivers/media/pci/b2c2/Kconfig"
|
|
|
|
comment "Supported BT878 Adapters"
|
|
source "drivers/media/pci/bt8xx/Kconfig"
|
|
|
|
comment "Supported Pluto2 Adapters"
|
|
source "drivers/media/pci/pluto2/Kconfig"
|
|
|
|
comment "Supported SDMC DM1105 Adapters"
|
|
source "drivers/media/pci/dm1105/Kconfig"
|
|
|
|
comment "Supported Earthsoft PT1 Adapters"
|
|
source "drivers/media/pci/pt1/Kconfig"
|
|
|
|
comment "Supported Mantis Adapters"
|
|
source "drivers/media/pci/mantis/Kconfig"
|
|
|
|
comment "Supported nGene Adapters"
|
|
source "drivers/media/pci/ngene/Kconfig"
|
|
|
|
comment "Supported ddbridge ('Octopus') Adapters"
|
|
source "drivers/media/pci/ddbridge/Kconfig"
|
|
|
|
endif # DVB_CAPTURE_DRIVERS
|