diff options
-rwxr-xr-x | util/lint/kconfig_lint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lint/kconfig_lint b/util/lint/kconfig_lint index 523fa3e9eb..e67aebd2d2 100755 --- a/util/lint/kconfig_lint +++ b/util/lint/kconfig_lint @@ -46,7 +46,7 @@ my %used_symbols; # structure of symbols used in the tree, a my @collected_symbols; # my %selected_symbols; # list of symbols that are enabled by a select statement -my $exclude_unused = '_SPECIFIC_OPTIONS|SOUTH_BRIDGE_OPTIONS'; +my $exclude_unused = '_SPECIFIC_OPTIONS'; Main(); |