diff options
| -rw-r--r-- | scripts/kconfig/streamline_config.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl index cc10bcfda64..3c63aa943ee 100644 --- a/scripts/kconfig/streamline_config.pl +++ b/scripts/kconfig/streamline_config.pl | |||
| @@ -188,7 +188,7 @@ sub read_kconfig { | |||
| 188 | # configs without prompts must be selected | 188 | # configs without prompts must be selected |
| 189 | } elsif ($state ne "NONE" && /^\s*tristate\s\S/) { | 189 | } elsif ($state ne "NONE" && /^\s*tristate\s\S/) { |
| 190 | # note if the config has a prompt | 190 | # note if the config has a prompt |
| 191 | $prompt{$config} = 1; | 191 | $prompts{$config} = 1; |
| 192 | 192 | ||
| 193 | # Check for if statements | 193 | # Check for if statements |
| 194 | } elsif (/^if\s+(.*\S)\s*$/) { | 194 | } elsif (/^if\s+(.*\S)\s*$/) { |
| @@ -373,7 +373,7 @@ while ($repeat) { | |||
| 373 | parse_config_dep_select $depends{$config}; | 373 | parse_config_dep_select $depends{$config}; |
| 374 | } | 374 | } |
| 375 | 375 | ||
| 376 | if (defined($prompt{$config}) || !defined($selects{$config})) { | 376 | if (defined($prompts{$config}) || !defined($selects{$config})) { |
| 377 | next; | 377 | next; |
| 378 | } | 378 | } |
| 379 | 379 | ||
