summaryrefslogtreecommitdiff
path: root/v4l/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-xv4l/scripts/make_kconfig.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl
index c4212d427..04430ccf2 100755
--- a/v4l/scripts/make_kconfig.pl
+++ b/v4l/scripts/make_kconfig.pl
@@ -172,10 +172,6 @@ close OUT;
if (($force_kconfig eq 1) || !open IN,".config") {
open OUT,">.config";
- while ( my ($key, $value) = each(%depend) ) {
- printf "CONFIG_%s=m\n",$key;
- printf OUT "CONFIG_%s=m\n",$key;
- }
while ( my ($key,$value) = each(%tristate) ) {
if ( ($key eq "DVB_AV7110_FIRMWARE") ||