V4L/DVB (11069): au8522: add mutex protecting use of hybrid state
[deliverable/linux.git] / drivers / media / dvb / Kconfig
CommitLineData
1da177e4 1#
7c91f062 2# DVB device configuration
1da177e4
LT
3#
4
5dd3f307
AO
5config DVB_DYNAMIC_MINORS
6 bool "Dynamic DVB minor allocation"
7 depends on DVB_CORE
8 default n
9 help
10 If you say Y here, the DVB subsystem will use dynamic minor
11 allocation for any device that uses the DVB major number.
12 This means that you can have more than 4 of a single type
13 of device (like demuxes and frontends) per adapter, but udev
14 will be required to manage the device nodes.
15
16 If you are unsure about this, say N here.
17
523b78d1
MCC
18menuconfig DVB_CAPTURE_DRIVERS
19 bool "DVB/ATSC adapters"
20 depends on DVB_CORE
21 default y
22 ---help---
23 Say Y to select Digital TV adapters
24
59faba1b 25if DVB_CAPTURE_DRIVERS && DVB_CORE
523b78d1 26
1da177e4 27comment "Supported SAA7146 based PCI Adapters"
3c2c5491 28 depends on DVB_CORE && PCI && I2C
1da177e4
LT
29source "drivers/media/dvb/ttpci/Kconfig"
30
31comment "Supported USB Adapters"
3c2c5491 32 depends on DVB_CORE && USB && I2C
776338e1 33source "drivers/media/dvb/dvb-usb/Kconfig"
1da177e4
LT
34source "drivers/media/dvb/ttusb-budget/Kconfig"
35source "drivers/media/dvb/ttusb-dec/Kconfig"
85447060 36source "drivers/media/dvb/siano/Kconfig"
1da177e4
LT
37
38comment "Supported FlexCopII (B2C2) Adapters"
3c2c5491 39 depends on DVB_CORE && (PCI || USB) && I2C
1da177e4
LT
40source "drivers/media/dvb/b2c2/Kconfig"
41
42comment "Supported BT878 Adapters"
3c2c5491 43 depends on DVB_CORE && PCI && I2C
1da177e4
LT
44source "drivers/media/dvb/bt8xx/Kconfig"
45
c7cadb3a 46comment "Supported Pluto2 Adapters"
3c2c5491 47 depends on DVB_CORE && PCI && I2C
c7cadb3a
AO
48source "drivers/media/dvb/pluto2/Kconfig"
49
a611d0ca 50comment "Supported SDMC DM1105 Adapters"
35d9c427 51 depends on DVB_CORE && PCI && I2C
a611d0ca
IL
52source "drivers/media/dvb/dm1105/Kconfig"
53
15490795
SR
54comment "Supported FireWire (IEEE 1394) Adapters"
55 depends on DVB_CORE && IEEE1394
a70f81c1 56source "drivers/media/dvb/firewire/Kconfig"
c81c8b68 57
1da177e4
LT
58comment "Supported DVB Frontends"
59 depends on DVB_CORE
60source "drivers/media/dvb/frontends/Kconfig"
523b78d1
MCC
61
62endif # DVB_CAPTURE_DRIVERS
This page took 1.527966 seconds and 5 git commands to generate.