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 | |
Janne Grunau | 4457ef1 | 2009-09-01 19:15:39 -0300 | [diff] [blame] | 5 | config 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 | |
Andreas Oberritter | 5dd3f30 | 2008-10-23 12:11:19 -0300 | [diff] [blame] | 18 | config 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 | |
Mauro Carvalho Chehab | 523b78d | 2007-05-03 15:59:37 -0300 | [diff] [blame] | 31 | menuconfig 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 | |
Trent Piepho | 59faba1 | 2007-06-27 14:09:54 -0700 | [diff] [blame] | 38 | if DVB_CAPTURE_DRIVERS && DVB_CORE |
Mauro Carvalho Chehab | 523b78d | 2007-05-03 15:59:37 -0300 | [diff] [blame] | 39 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | comment "Supported SAA7146 based PCI Adapters" |
Manu Abraham | 3c2c549 | 2006-05-20 13:17:00 -0300 | [diff] [blame] | 41 | depends on DVB_CORE && PCI && I2C |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | source "drivers/media/dvb/ttpci/Kconfig" |
| 43 | |
| 44 | comment "Supported USB Adapters" |
Manu Abraham | 3c2c549 | 2006-05-20 13:17:00 -0300 | [diff] [blame] | 45 | depends on DVB_CORE && USB && I2C |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 46 | source "drivers/media/dvb/dvb-usb/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | source "drivers/media/dvb/ttusb-budget/Kconfig" |
| 48 | source "drivers/media/dvb/ttusb-dec/Kconfig" |
Michael Krufky | 8544706 | 2008-05-22 18:29:20 -0300 | [diff] [blame] | 49 | source "drivers/media/dvb/siano/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | |
| 51 | comment "Supported FlexCopII (B2C2) Adapters" |
Manu Abraham | 3c2c549 | 2006-05-20 13:17:00 -0300 | [diff] [blame] | 52 | depends on DVB_CORE && (PCI || USB) && I2C |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 53 | source "drivers/media/dvb/b2c2/Kconfig" |
| 54 | |
| 55 | comment "Supported BT878 Adapters" |
Manu Abraham | 3c2c549 | 2006-05-20 13:17:00 -0300 | [diff] [blame] | 56 | depends on DVB_CORE && PCI && I2C |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | source "drivers/media/dvb/bt8xx/Kconfig" |
| 58 | |
Andreas Oberritter | c7cadb3 | 2005-07-07 17:57:46 -0700 | [diff] [blame] | 59 | comment "Supported Pluto2 Adapters" |
Manu Abraham | 3c2c549 | 2006-05-20 13:17:00 -0300 | [diff] [blame] | 60 | depends on DVB_CORE && PCI && I2C |
Andreas Oberritter | c7cadb3 | 2005-07-07 17:57:46 -0700 | [diff] [blame] | 61 | source "drivers/media/dvb/pluto2/Kconfig" |
| 62 | |
Igor M. Liplianin | a611d0c | 2008-09-13 10:10:53 -0300 | [diff] [blame] | 63 | comment "Supported SDMC DM1105 Adapters" |
Igor M. Liplianin | 35d9c42 | 2008-09-13 20:56:59 -0300 | [diff] [blame] | 64 | depends on DVB_CORE && PCI && I2C |
Igor M. Liplianin | a611d0c | 2008-09-13 10:10:53 -0300 | [diff] [blame] | 65 | source "drivers/media/dvb/dm1105/Kconfig" |
| 66 | |
Stefan Richter | 1549079 | 2009-02-23 14:21:10 +0100 | [diff] [blame] | 67 | comment "Supported FireWire (IEEE 1394) Adapters" |
| 68 | depends on DVB_CORE && IEEE1394 |
Rambaldi | a70f81c | 2009-01-17 14:47:34 +0100 | [diff] [blame] | 69 | source "drivers/media/dvb/firewire/Kconfig" |
Greg Kroah-Hartman | c81c8b6 | 2008-03-06 21:30:23 -0800 | [diff] [blame] | 70 | |
Mauro Carvalho Chehab | 3d17fb1 | 2009-08-23 00:51:22 -0300 | [diff] [blame] | 71 | comment "Supported Earthsoft PT1 Adapters" |
| 72 | depends on DVB_CORE && PCI && I2C |
| 73 | source "drivers/media/dvb/pt1/Kconfig" |
| 74 | |
Manu Abraham | 8873c61 | 2009-12-05 01:24:08 -0300 | [diff] [blame^] | 75 | comment "Supported Mantis Adapters" |
| 76 | depends on DVB_CORE && PCI && I2C |
| 77 | source "drivers/media/dvb/mantis/Kconfig" |
| 78 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 79 | comment "Supported DVB Frontends" |
| 80 | depends on DVB_CORE |
| 81 | source "drivers/media/dvb/frontends/Kconfig" |
Mauro Carvalho Chehab | 523b78d | 2007-05-03 15:59:37 -0300 | [diff] [blame] | 82 | |
| 83 | endif # DVB_CAPTURE_DRIVERS |