summaryrefslogtreecommitdiff
path: root/v4l/scripts/make_kconfig.pl
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-04-27 18:34:03 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-04-27 18:34:03 -0300
commitdc9f8439dc12eaa1f581a7908ea154dffb7c1e29 (patch)
treea5b627b3343581daf8a0b41646fd935fb90ebe44 /v4l/scripts/make_kconfig.pl
parent1d85ad1382917c9c7823fc420a48e1f9052287e5 (diff)
downloadmediapointer-dvb-s2-dc9f8439dc12eaa1f581a7908ea154dffb7c1e29.tar.gz
mediapointer-dvb-s2-dc9f8439dc12eaa1f581a7908ea154dffb7c1e29.tar.bz2
Compilation for DVB_AV7110_FIRMWARE seems to be weird
From: Mauro Carvalho Chehab <mchehab@infradead.org> Some systems use a previous config information to generate a default config. This seems to cause troubles on some systems. This patch fixes compilation for AV7110 firmware inside V4L/DVB tree. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/scripts/make_kconfig.pl')
-rwxr-xr-xv4l/scripts/make_kconfig.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl
index 1d1155af4..aebf2a950 100755
--- a/v4l/scripts/make_kconfig.pl
+++ b/v4l/scripts/make_kconfig.pl
@@ -179,7 +179,7 @@ if (($force_kconfig eq 1) || !open IN,".config") {
while ( my ($key,$value) = each(%tristate) ) {
if ($key eq "DVB_AV7110_FIRMWARE") {
-# printf OUT "CONFIG_%s=n\n",$key;
+ printf OUT "CONFIG_%s=n\n",$key;
} else {
if ($value eq "tristate") {
printf OUT "CONFIG_%s=m\n",$key;