Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161316
b: refs/heads/master
c: d08ca27
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Aug 19, 2009
1 parent 17d6ffb commit cc51ee8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cdfc47950a531199a553cebab0ac481aa7062948
refs/heads/master: d08ca2771e3aabddc7922d800a386f187c51f8a4
9 changes: 3 additions & 6 deletions trunk/scripts/kconfig/streamline_config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ sub parse_config_dep_select
# enable IKCONFIG at least as a module
print "CONFIG_IKCONFIG=m\n";
# don't ask about PROC
print "# CONFIG_IKCONFIG is not set\n";
print "# CONFIG_IKCONFIG_PROC is not set\n";
} else {
print;
}
Expand All @@ -333,15 +333,12 @@ sub parse_config_dep_select
if (/^(CONFIG.*)=(m|y)/) {
if (defined($configs{$1})) {
$setconfigs{$1} = $2;
print;
} elsif ($2 eq "m") {
print "# $1 is not set\n";
} else {
print;
next;
}
} else {
print;
}
print;
}
close(CIN);

Expand Down

0 comments on commit cc51ee8

Please sign in to comment.