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