From 4457ef1d6163533073efdebed82a049aad44e3b3 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Tue, 1 Sep 2009 19:15:39 -0300 Subject: V4L/DVB (12684): DVB: make DVB_MAX_ADAPTERS configurable Support for more than 8 DVB devices is requested regularly so make it a kconfig variable instead of a header define. Values in the range 4-32 are tested. Signed-off-by: Janne Grunau Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/Kconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'drivers/media/dvb/Kconfig') diff --git a/drivers/media/dvb/Kconfig b/drivers/media/dvb/Kconfig index b0198691892..1d0e4b1ef10 100644 --- a/drivers/media/dvb/Kconfig +++ b/drivers/media/dvb/Kconfig @@ -2,6 +2,19 @@ # DVB device configuration # +config DVB_MAX_ADAPTERS + int "maximum number of DVB/ATSC adapters" + depends on DVB_CORE + default 8 + range 1 255 + help + Maximum number of DVB/ATSC adapters. Increasing this number + increases the memory consumption of the DVB subsystem even + if a much lower number of DVB/ATSC adapters is present. + Only values in the range 4-32 are tested. + + If you are unsure about this, use the default value 8 + config DVB_DYNAMIC_MINORS bool "Dynamic DVB minor allocation" depends on DVB_CORE -- cgit v1.2.3