diff options
Diffstat (limited to 'drivers/media/pci/Kconfig')
-rw-r--r-- | drivers/media/pci/Kconfig | 50 |
1 files changed, 23 insertions, 27 deletions
diff --git a/drivers/media/pci/Kconfig b/drivers/media/pci/Kconfig index b16529bf71b8..b69cb1280f35 100644 --- a/drivers/media/pci/Kconfig +++ b/drivers/media/pci/Kconfig | |||
@@ -2,40 +2,36 @@ | |||
2 | # DVB device configuration | 2 | # DVB device configuration |
3 | # | 3 | # |
4 | 4 | ||
5 | menuconfig DVB_CAPTURE_DRIVERS | 5 | menu "Media PCI Adapters" |
6 | bool "DVB/ATSC PCI adapters" | 6 | visible if PCI && MEDIA_SUPPORT |
7 | depends on DVB_CORE | 7 | |
8 | default y | 8 | if MEDIA_ANALOG_TV_SUPPORT |
9 | ---help--- | 9 | comment "Media capture/analog TV support" |
10 | Say Y to select Digital TV adapters | 10 | source "drivers/media/pci/ivtv/Kconfig" |
11 | 11 | source "drivers/media/pci/zoran/Kconfig" | |
12 | if DVB_CAPTURE_DRIVERS && DVB_CORE && PCI && I2C | 12 | endif |
13 | |||
14 | if MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT | ||
15 | comment "Media capture/analog/hybrid TV support" | ||
16 | source "drivers/media/pci/cx18/Kconfig" | ||
17 | source "drivers/media/pci/cx23885/Kconfig" | ||
18 | source "drivers/media/pci/cx25821/Kconfig" | ||
19 | source "drivers/media/pci/cx88/Kconfig" | ||
20 | source "drivers/media/pci/bt8xx/Kconfig" | ||
21 | source "drivers/media/pci/saa7134/Kconfig" | ||
22 | source "drivers/media/pci/saa7164/Kconfig" | ||
23 | endif | ||
13 | 24 | ||
14 | comment "Supported SAA7146 based PCI Adapters" | 25 | if MEDIA_DIGITAL_TV_SUPPORT |
26 | comment "Media digital TV PCI Adapters" | ||
15 | source "drivers/media/pci/ttpci/Kconfig" | 27 | source "drivers/media/pci/ttpci/Kconfig" |
16 | |||
17 | comment "Supported FlexCopII (B2C2) PCI Adapters" | ||
18 | source "drivers/media/pci/b2c2/Kconfig" | 28 | source "drivers/media/pci/b2c2/Kconfig" |
19 | |||
20 | comment "Supported BT878 Adapters" | ||
21 | source "drivers/media/pci/bt8xx/Kconfig" | ||
22 | |||
23 | comment "Supported Pluto2 Adapters" | ||
24 | source "drivers/media/pci/pluto2/Kconfig" | 29 | source "drivers/media/pci/pluto2/Kconfig" |
25 | |||
26 | comment "Supported SDMC DM1105 Adapters" | ||
27 | source "drivers/media/pci/dm1105/Kconfig" | 30 | source "drivers/media/pci/dm1105/Kconfig" |
28 | |||
29 | comment "Supported Earthsoft PT1 Adapters" | ||
30 | source "drivers/media/pci/pt1/Kconfig" | 31 | source "drivers/media/pci/pt1/Kconfig" |
31 | |||
32 | comment "Supported Mantis Adapters" | ||
33 | source "drivers/media/pci/mantis/Kconfig" | 32 | source "drivers/media/pci/mantis/Kconfig" |
34 | |||
35 | comment "Supported nGene Adapters" | ||
36 | source "drivers/media/pci/ngene/Kconfig" | 33 | source "drivers/media/pci/ngene/Kconfig" |
37 | |||
38 | comment "Supported ddbridge ('Octopus') Adapters" | ||
39 | source "drivers/media/pci/ddbridge/Kconfig" | 34 | source "drivers/media/pci/ddbridge/Kconfig" |
35 | endif | ||
40 | 36 | ||
41 | endif # DVB_CAPTURE_DRIVERS | 37 | endmenu |