Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161309
b: refs/heads/master
c: 74398d3
h: refs/heads/master
i:
  161307: 6d0c570
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Aug 19, 2009
1 parent 31e26ee commit 1d8f5cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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: 281c9dadc31ffd9f3cf637553134fefe75e849da
refs/heads/master: 74398d3224c0942c479bef76de542e95c202a478
8 changes: 3 additions & 5 deletions trunk/scripts/kconfig/streamline_config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,11 @@ sub parse_config_dep_select
foreach my $config (keys %configs) {
$config =~ s/^CONFIG_//;

if (!defined($depends{$config})) {
next;
if (defined($depends{$config})) {
# This config has dependencies. Make sure they are also included
parse_config_dep_select $depends{$config};
}

# This config has dependencies. Make sure they are also included
parse_config_dep_select $depends{$config};

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

0 comments on commit 1d8f5cc

Please sign in to comment.