Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
Mauro Carvalho Chehab | 7c91f06 | 2008-04-29 21:38:44 -0300 | [diff] [blame] | 2 | # DVB device configuration |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | # |
| 4 | |
Andreas Oberritter | 5dd3f30 | 2008-10-23 12:11:19 -0300 | [diff] [blame] | 5 | config 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 Chehab | 523b78d | 2007-05-03 15:59:37 -0300 | [diff] [blame] | 18 | menuconfig 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 Piepho | 59faba1 | 2007-06-27 14:09:54 -0700 | [diff] [blame] | 25 | if DVB_CAPTURE_DRIVERS && DVB_CORE |
Mauro Carvalho Chehab | 523b78d | 2007-05-03 15:59:37 -0300 | [diff] [blame] | 26 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | comment "Supported SAA7146 based PCI Adapters" |
Manu Abraham | 3c2c549 | 2006-05-20 13:17:00 -0300 | [diff] [blame] | 28 | depends on DVB_CORE && PCI && I2C |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 29 | source "drivers/media/dvb/ttpci/Kconfig" |
| 30 | |
| 31 | comment "Supported USB Adapters" |
Manu Abraham | 3c2c549 | 2006-05-20 13:17:00 -0300 | [diff] [blame] | 32 | depends on DVB_CORE && USB && I2C |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 33 | source "drivers/media/dvb/dvb-usb/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | source "drivers/media/dvb/ttusb-budget/Kconfig" |
| 35 | source "drivers/media/dvb/ttusb-dec/Kconfig" |
Michael Krufky | 8544706 | 2008-05-22 18:29:20 -0300 | [diff] [blame] | 36 | source "drivers/media/dvb/siano/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | |
| 38 | comment "Supported FlexCopII (B2C2) Adapters" |
Manu Abraham | 3c2c549 | 2006-05-20 13:17:00 -0300 | [diff] [blame] | 39 | depends on DVB_CORE && (PCI || USB) && I2C |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | source "drivers/media/dvb/b2c2/Kconfig" |
| 41 | |
| 42 | comment "Supported BT878 Adapters" |
Manu Abraham | 3c2c549 | 2006-05-20 13:17:00 -0300 | [diff] [blame] | 43 | depends on DVB_CORE && PCI && I2C |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 44 | source "drivers/media/dvb/bt8xx/Kconfig" |
| 45 | |
Andreas Oberritter | c7cadb3 | 2005-07-07 17:57:46 -0700 | [diff] [blame] | 46 | comment "Supported Pluto2 Adapters" |
Manu Abraham | 3c2c549 | 2006-05-20 13:17:00 -0300 | [diff] [blame] | 47 | depends on DVB_CORE && PCI && I2C |
Andreas Oberritter | c7cadb3 | 2005-07-07 17:57:46 -0700 | [diff] [blame] | 48 | source "drivers/media/dvb/pluto2/Kconfig" |
| 49 | |
Igor M. Liplianin | a611d0c | 2008-09-13 10:10:53 -0300 | [diff] [blame] | 50 | comment "Supported SDMC DM1105 Adapters" |
Igor M. Liplianin | 35d9c42 | 2008-09-13 20:56:59 -0300 | [diff] [blame] | 51 | depends on DVB_CORE && PCI && I2C |
Igor M. Liplianin | a611d0c | 2008-09-13 10:10:53 -0300 | [diff] [blame] | 52 | source "drivers/media/dvb/dm1105/Kconfig" |
| 53 | |
Stefan Richter | 1549079 | 2009-02-23 14:21:10 +0100 | [diff] [blame] | 54 | comment "Supported FireWire (IEEE 1394) Adapters" |
| 55 | depends on DVB_CORE && IEEE1394 |
Rambaldi | a70f81c | 2009-01-17 14:47:34 +0100 | [diff] [blame] | 56 | source "drivers/media/dvb/firewire/Kconfig" |
Greg Kroah-Hartman | c81c8b6 | 2008-03-06 21:30:23 -0800 | [diff] [blame] | 57 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | comment "Supported DVB Frontends" |
| 59 | depends on DVB_CORE |
| 60 | source "drivers/media/dvb/frontends/Kconfig" |
Mauro Carvalho Chehab | 523b78d | 2007-05-03 15:59:37 -0300 | [diff] [blame] | 61 | |
| 62 | endif # DVB_CAPTURE_DRIVERS |