2005-04-17 06:20:36 +08:00
|
|
|
#
|
2008-04-30 08:38:44 +08:00
|
|
|
# DVB device configuration
|
2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
|
2008-10-23 23:11:19 +08: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-04 02:59:37 +08: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-28 05:09:54 +08:00
|
|
|
if DVB_CAPTURE_DRIVERS && DVB_CORE
|
2007-05-04 02:59:37 +08:00
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
comment "Supported SAA7146 based PCI Adapters"
|
2006-05-21 00:17:00 +08:00
|
|
|
depends on DVB_CORE && PCI && I2C
|
2005-04-17 06:20:36 +08:00
|
|
|
source "drivers/media/dvb/ttpci/Kconfig"
|
|
|
|
|
|
|
|
comment "Supported USB Adapters"
|
2006-05-21 00:17:00 +08:00
|
|
|
depends on DVB_CORE && USB && I2C
|
2005-06-24 13:02:35 +08:00
|
|
|
source "drivers/media/dvb/dvb-usb/Kconfig"
|
2005-04-17 06:20:36 +08:00
|
|
|
source "drivers/media/dvb/ttusb-budget/Kconfig"
|
|
|
|
source "drivers/media/dvb/ttusb-dec/Kconfig"
|
2008-05-23 05:29:20 +08:00
|
|
|
source "drivers/media/dvb/siano/Kconfig"
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
comment "Supported FlexCopII (B2C2) Adapters"
|
2006-05-21 00:17:00 +08:00
|
|
|
depends on DVB_CORE && (PCI || USB) && I2C
|
2005-04-17 06:20:36 +08:00
|
|
|
source "drivers/media/dvb/b2c2/Kconfig"
|
|
|
|
|
|
|
|
comment "Supported BT878 Adapters"
|
2006-05-21 00:17:00 +08:00
|
|
|
depends on DVB_CORE && PCI && I2C
|
2005-04-17 06:20:36 +08:00
|
|
|
source "drivers/media/dvb/bt8xx/Kconfig"
|
|
|
|
|
2005-07-08 08:57:46 +08:00
|
|
|
comment "Supported Pluto2 Adapters"
|
2006-05-21 00:17:00 +08:00
|
|
|
depends on DVB_CORE && PCI && I2C
|
2005-07-08 08:57:46 +08:00
|
|
|
source "drivers/media/dvb/pluto2/Kconfig"
|
|
|
|
|
2008-09-13 21:10:53 +08:00
|
|
|
comment "Supported SDMC DM1105 Adapters"
|
2008-09-14 07:56:59 +08:00
|
|
|
depends on DVB_CORE && PCI && I2C
|
2008-09-13 21:10:53 +08:00
|
|
|
source "drivers/media/dvb/dm1105/Kconfig"
|
|
|
|
|
2008-03-07 13:30:23 +08:00
|
|
|
source "drivers/media/dvb/firesat/Kconfig"
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
comment "Supported DVB Frontends"
|
|
|
|
depends on DVB_CORE
|
|
|
|
source "drivers/media/dvb/frontends/Kconfig"
|
2007-05-04 02:59:37 +08:00
|
|
|
|
|
|
|
endif # DVB_CAPTURE_DRIVERS
|