diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-17 17:58:50 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-17 17:58:50 -0300 |
commit | 122bd90fa6f72e1366146662e7fb9a6581aab68e (patch) | |
tree | f1a14875c693b1fca59a3660f618559f838cb739 /v4l/scripts | |
parent | 476643d84ea8e669f1e1709af2040f2a25f75dd4 (diff) | |
download | mediapointer-dvb-s2-122bd90fa6f72e1366146662e7fb9a6581aab68e.tar.gz mediapointer-dvb-s2-122bd90fa6f72e1366146662e7fb9a6581aab68e.tar.bz2 |
Removed a broken code inside make_kconfig
From: Mauro Carvalho Chehab <mchehab@infradead.org>
This code were not working, and were obsoleted by the while just
bellow, that checks only for tristate and boolean parameters.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/scripts')
-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 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") || |