diff options
-rwxr-xr-x | v4l/scripts/make_kconfig.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl index 771efa63d..b65037edf 100755 --- a/v4l/scripts/make_kconfig.pl +++ b/v4l/scripts/make_kconfig.pl @@ -385,10 +385,6 @@ while ( my ($key, $value) = each(%config) ) { open OUT,">Kconfig.kern" or die "Cannot write Kconfig.kern file"; -print OUT "config MODULES\n\tboolean\n\tdefault y\n\n"; -add_config('MODULES'); -add_bool('MODULES'); - while ( my ($key, $value) = each(%depend) ) { if ($kernopts{$key}) { print OUT "# $key with $value refs\nconfig $key\n\ttristate\n\tdefault ". |