[media] Use a named union in struct v4l2_ioctl_info
[deliverable/linux.git] / drivers / media / dvb / Kconfig
CommitLineData
1da177e4 1#
7c91f062 2# DVB device configuration
1da177e4
LT
3#
4
4457ef1d
JG
5config DVB_MAX_ADAPTERS
6 int "maximum number of DVB/ATSC adapters"
7 depends on DVB_CORE
8 default 8
9 range 1 255
10 help
11 Maximum number of DVB/ATSC adapters. Increasing this number
12 increases the memory consumption of the DVB subsystem even
13 if a much lower number of DVB/ATSC adapters is present.
14 Only values in the range 4-32 are tested.
15
16 If you are unsure about this, use the default value 8
17
5dd3f307
AO
18config DVB_DYNAMIC_MINORS
19 bool "Dynamic DVB minor allocation"
20 depends on DVB_CORE
21 default n
22 help
23 If you say Y here, the DVB subsystem will use dynamic minor
24 allocation for any device that uses the DVB major number.
25 This means that you can have more than 4 of a single type
26 of device (like demuxes and frontends) per adapter, but udev
27 will be required to manage the device nodes.
28
29 If you are unsure about this, say N here.
30
523b78d1
MCC
31menuconfig DVB_CAPTURE_DRIVERS
32 bool "DVB/ATSC adapters"
33 depends on DVB_CORE
34 default y
35 ---help---
36 Say Y to select Digital TV adapters
37
59faba1b 38if DVB_CAPTURE_DRIVERS && DVB_CORE
523b78d1 39
1da177e4 40comment "Supported SAA7146 based PCI Adapters"
3c2c5491 41 depends on DVB_CORE && PCI && I2C
1da177e4
LT
42source "drivers/media/dvb/ttpci/Kconfig"
43
44comment "Supported USB Adapters"
3c2c5491 45 depends on DVB_CORE && USB && I2C
776338e1 46source "drivers/media/dvb/dvb-usb/Kconfig"
1da177e4
LT
47source "drivers/media/dvb/ttusb-budget/Kconfig"
48source "drivers/media/dvb/ttusb-dec/Kconfig"
85447060 49source "drivers/media/dvb/siano/Kconfig"
1da177e4
LT
50
51comment "Supported FlexCopII (B2C2) Adapters"
3c2c5491 52 depends on DVB_CORE && (PCI || USB) && I2C
1da177e4
LT
53source "drivers/media/dvb/b2c2/Kconfig"
54
55comment "Supported BT878 Adapters"
3c2c5491 56 depends on DVB_CORE && PCI && I2C
1da177e4
LT
57source "drivers/media/dvb/bt8xx/Kconfig"
58
c7cadb3a 59comment "Supported Pluto2 Adapters"
3c2c5491 60 depends on DVB_CORE && PCI && I2C
c7cadb3a
AO
61source "drivers/media/dvb/pluto2/Kconfig"
62
a611d0ca 63comment "Supported SDMC DM1105 Adapters"
35d9c427 64 depends on DVB_CORE && PCI && I2C
a611d0ca
IL
65source "drivers/media/dvb/dm1105/Kconfig"
66
15490795 67comment "Supported FireWire (IEEE 1394) Adapters"
e68044e2 68 depends on DVB_CORE && FIREWIRE
a70f81c1 69source "drivers/media/dvb/firewire/Kconfig"
c81c8b68 70
3d17fb1b
MCC
71comment "Supported Earthsoft PT1 Adapters"
72 depends on DVB_CORE && PCI && I2C
73source "drivers/media/dvb/pt1/Kconfig"
74
8873c61f
MA
75comment "Supported Mantis Adapters"
76 depends on DVB_CORE && PCI && I2C
77 source "drivers/media/dvb/mantis/Kconfig"
78
83f3c715
OE
79comment "Supported nGene Adapters"
80 depends on DVB_CORE && PCI && I2C
81 source "drivers/media/dvb/ngene/Kconfig"
82
f876502d
OE
83comment "Supported ddbridge ('Octopus') Adapters"
84 depends on DVB_CORE && PCI && I2C
85 source "drivers/media/dvb/ddbridge/Kconfig"
86
1da177e4
LT
87comment "Supported DVB Frontends"
88 depends on DVB_CORE
89source "drivers/media/dvb/frontends/Kconfig"
523b78d1
MCC
90
91endif # DVB_CAPTURE_DRIVERS
This page took 0.686415 seconds and 5 git commands to generate.