Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220971
b: refs/heads/master
c: ccece60
h: refs/heads/master
i:
  220969: e291e55
  220967: 544613a
v: v3
  • Loading branch information
hiromu yagura authored and Steven Rostedt committed Oct 29, 2010
1 parent 225921c commit 7c49322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4908980b241bc639b71ef47b727b4bc7c0174afe
refs/heads/master: ccece60ac69608c496b07c0d31a68894db0a22b3
4 changes: 2 additions & 2 deletions trunk/scripts/kconfig/streamline_config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ sub read_kconfig {
# configs without prompts must be selected
} elsif ($state ne "NONE" && /^\s*tristate\s\S/) {
# note if the config has a prompt
$prompt{$config} = 1;
$prompts{$config} = 1;

# Check for if statements
} elsif (/^if\s+(.*\S)\s*$/) {
Expand Down Expand Up @@ -373,7 +373,7 @@ sub parse_config_dep_select
parse_config_dep_select $depends{$config};
}

if (defined($prompt{$config}) || !defined($selects{$config})) {
if (defined($prompts{$config}) || !defined($selects{$config})) {
next;
}

Expand Down

0 comments on commit 7c49322

Please sign in to comment.