lint/kconfig_lint: Remove SOUTH_BRIDGE_OPTIONS

SOUTH_BRIDGE_OPTIONS Kconfig symbol is no longer used.

Change-Id: I2380f1ce48afd191755d8b3dcab0b51909f5231f
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79913
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
Elyes Haouas 2024-01-12 08:41:54 +01:00 committed by Felix Singer
parent 1a6c50e418
commit 336fd64de7
1 changed files with 1 additions and 1 deletions

View File

@ -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();