summaryrefslogtreecommitdiffstats
path: root/util/lint/kconfig_lint
diff options
context:
space:
mode:
Diffstat (limited to 'util/lint/kconfig_lint')
-rwxr-xr-xutil/lint/kconfig_lint2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lint/kconfig_lint b/util/lint/kconfig_lint
index 523fa3e9eb19..e67aebd2d2b6 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();