blob: 40ebde53b3ce22443a60be62357c5722f64f256d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
Mauro Carvalho Chehab7c91f062008-04-29 21:38:44 -03002# DVB device configuration
Linus Torvalds1da177e2005-04-16 15:20:36 -07003#
4
Andreas Oberritter5dd3f302008-10-23 12:11:19 -03005config 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
Mauro Carvalho Chehab523b78d2007-05-03 15:59:37 -030018menuconfig 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
Trent Piepho59faba12007-06-27 14:09:54 -070025if DVB_CAPTURE_DRIVERS && DVB_CORE
Mauro Carvalho Chehab523b78d2007-05-03 15:59:37 -030026
Linus Torvalds1da177e2005-04-16 15:20:36 -070027comment "Supported SAA7146 based PCI Adapters"
Manu Abraham3c2c5492006-05-20 13:17:00 -030028 depends on DVB_CORE && PCI && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -070029source "drivers/media/dvb/ttpci/Kconfig"
30
31comment "Supported USB Adapters"
Manu Abraham3c2c5492006-05-20 13:17:00 -030032 depends on DVB_CORE && USB && I2C
Johannes Stezenbach776338e2005-06-23 22:02:35 -070033source "drivers/media/dvb/dvb-usb/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -070034source "drivers/media/dvb/ttusb-budget/Kconfig"
35source "drivers/media/dvb/ttusb-dec/Kconfig"
Michael Krufky85447062008-05-22 18:29:20 -030036source "drivers/media/dvb/siano/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -070037
38comment "Supported FlexCopII (B2C2) Adapters"
Manu Abraham3c2c5492006-05-20 13:17:00 -030039 depends on DVB_CORE && (PCI || USB) && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -070040source "drivers/media/dvb/b2c2/Kconfig"
41
42comment "Supported BT878 Adapters"
Manu Abraham3c2c5492006-05-20 13:17:00 -030043 depends on DVB_CORE && PCI && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -070044source "drivers/media/dvb/bt8xx/Kconfig"
45
Andreas Oberritterc7cadb32005-07-07 17:57:46 -070046comment "Supported Pluto2 Adapters"
Manu Abraham3c2c5492006-05-20 13:17:00 -030047 depends on DVB_CORE && PCI && I2C
Andreas Oberritterc7cadb32005-07-07 17:57:46 -070048source "drivers/media/dvb/pluto2/Kconfig"
49
Igor M. Liplianina611d0c2008-09-13 10:10:53 -030050comment "Supported SDMC DM1105 Adapters"
Igor M. Liplianin35d9c422008-09-13 20:56:59 -030051 depends on DVB_CORE && PCI && I2C
Igor M. Liplianina611d0c2008-09-13 10:10:53 -030052source "drivers/media/dvb/dm1105/Kconfig"
53
Linus Torvalds1da177e2005-04-16 15:20:36 -070054comment "Supported DVB Frontends"
55 depends on DVB_CORE
56source "drivers/media/dvb/frontends/Kconfig"
Mauro Carvalho Chehab523b78d2007-05-03 15:59:37 -030057
58endif # DVB_CAPTURE_DRIVERS