Permalink
Browse files
Set default DVB_MAX_ADAPTERS 32.
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
v4l/scripts/make_kconfig.pl
|
|
@@ -615,7 +615,7 @@ ($$) |
|
|
disable_config('STAGING') if (!$enable_staging);
|
|
|
disable_config('STAGING_BROKEN');
|
|
|
$config{'COMPILE_TEST'} = 0;
|
|
|
-$intopt { "DVB_MAX_ADAPTERS" } = 8;
|
|
|
+$intopt { "DVB_MAX_ADAPTERS" } = 48;
|
|
|
|
|
|
# Check dependencies
|
|
|
my %newconfig = checkdeps();
|
|
|
|
0 comments on commit
0e42dc6