summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-core/Kconfig
diff options
context:
space:
mode:
authorБуди Романто, AreMa Inc <knightrider@are.ma>2016-04-05 19:14:10 +0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-11-23 18:28:43 +0300
commit90866b3a8011703d87d9ea263ef29a194453a898 (patch)
tree90793904bb4b8c1d4f27e70273ab4117dc439e03 /drivers/media/dvb-core/Kconfig
parent190b23b4eb997767afad186bd8c96badceabf39e (diff)
downloadlinux-90866b3a8011703d87d9ea263ef29a194453a898.tar.xz
[media] Raise adapter number limit
The current limit is too low for latest cards with 8+ tuners on a single slot. IMHO, the most appropriate minimum default is 16. Signed-off-by: Буди Романто, AreMa Inc <knightrider@are.ma> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-core/Kconfig')
-rw-r--r--drivers/media/dvb-core/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb-core/Kconfig b/drivers/media/dvb-core/Kconfig
index 8964f1d3cf57..eeef94a0c84e 100644
--- a/drivers/media/dvb-core/Kconfig
+++ b/drivers/media/dvb-core/Kconfig
@@ -5,7 +5,7 @@
config DVB_MAX_ADAPTERS
int "maximum number of DVB/ATSC adapters"
depends on DVB_CORE
- default 8
+ default 16
range 1 255
help
Maximum number of DVB/ATSC adapters. Increasing this number
@@ -13,7 +13,7 @@ config DVB_MAX_ADAPTERS
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
+ If you are unsure about this, use the default value 16
config DVB_DYNAMIC_MINORS
bool "Dynamic DVB minor allocation"