2005-04-17 00:20:36 +02:00
|
|
|
#
|
2008-04-30 02:38:44 +02:00
|
|
|
# DVB device configuration
|
2005-04-17 00:20:36 +02:00
|
|
|
#
|
|
|
|
|
2008-10-23 17:11:19 +02:00
|
|
|
config DVB_DYNAMIC_MINORS
|
|
|
|
bool "Dynamic DVB minor allocation"
|
|
|
|
depends on DVB_CORE
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
If you say Y here, the DVB subsystem will use dynamic minor
|
|
|
|
allocation for any device that uses the DVB major number.
|
|
|
|
This means that you can have more than 4 of a single type
|
|
|
|
of device (like demuxes and frontends) per adapter, but udev
|
|
|
|
will be required to manage the device nodes.
|
|
|
|
|
|
|
|
If you are unsure about this, say N here.
|
|
|
|
|
2007-05-03 20:59:37 +02:00
|
|
|
menuconfig DVB_CAPTURE_DRIVERS
|
|
|
|
bool "DVB/ATSC adapters"
|
|
|
|
depends on DVB_CORE
|
|
|
|
default y
|
|
|
|
---help---
|
|
|
|
Say Y to select Digital TV adapters
|
|
|
|
|
2007-06-27 23:09:54 +02:00
|
|
|
if DVB_CAPTURE_DRIVERS && DVB_CORE
|
2007-05-03 20:59:37 +02:00
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
comment "Supported SAA7146 based PCI Adapters"
|
2006-05-20 18:17:00 +02:00
|
|
|
depends on DVB_CORE && PCI && I2C
|
2005-04-17 00:20:36 +02:00
|
|
|
source "drivers/media/dvb/ttpci/Kconfig"
|
|
|
|
|
|
|
|
comment "Supported USB Adapters"
|
2006-05-20 18:17:00 +02:00
|
|
|
depends on DVB_CORE && USB && I2C
|
2005-06-24 07:02:35 +02:00
|
|
|
source "drivers/media/dvb/dvb-usb/Kconfig"
|
2005-04-17 00:20:36 +02:00
|
|
|
source "drivers/media/dvb/ttusb-budget/Kconfig"
|
|
|
|
source "drivers/media/dvb/ttusb-dec/Kconfig"
|
2008-05-22 23:29:20 +02:00
|
|
|
source "drivers/media/dvb/siano/Kconfig"
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
comment "Supported FlexCopII (B2C2) Adapters"
|
2006-05-20 18:17:00 +02:00
|
|
|
depends on DVB_CORE && (PCI || USB) && I2C
|
2005-04-17 00:20:36 +02:00
|
|
|
source "drivers/media/dvb/b2c2/Kconfig"
|
|
|
|
|
|
|
|
comment "Supported BT878 Adapters"
|
2006-05-20 18:17:00 +02:00
|
|
|
depends on DVB_CORE && PCI && I2C
|
2005-04-17 00:20:36 +02:00
|
|
|
source "drivers/media/dvb/bt8xx/Kconfig"
|
|
|
|
|
2005-07-08 02:57:46 +02:00
|
|
|
comment "Supported Pluto2 Adapters"
|
2006-05-20 18:17:00 +02:00
|
|
|
depends on DVB_CORE && PCI && I2C
|
2005-07-08 02:57:46 +02:00
|
|
|
source "drivers/media/dvb/pluto2/Kconfig"
|
|
|
|
|
2008-09-13 15:10:53 +02:00
|
|
|
comment "Supported SDMC DM1105 Adapters"
|
2008-09-14 01:56:59 +02:00
|
|
|
depends on DVB_CORE && PCI && I2C
|
2008-09-13 15:10:53 +02:00
|
|
|
source "drivers/media/dvb/dm1105/Kconfig"
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
comment "Supported DVB Frontends"
|
|
|
|
depends on DVB_CORE
|
|
|
|
source "drivers/media/dvb/frontends/Kconfig"
|
2007-05-03 20:59:37 +02:00
|
|
|
|
|
|
|
endif # DVB_CAPTURE_DRIVERS
|