From 336fd64de75af9d75d829c573b2103d1b54da572 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 12 Jan 2024 08:41:54 +0100 Subject: lint/kconfig_lint: Remove SOUTH_BRIDGE_OPTIONS SOUTH_BRIDGE_OPTIONS Kconfig symbol is no longer used. Change-Id: I2380f1ce48afd191755d8b3dcab0b51909f5231f Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/79913 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- util/lint/kconfig_lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/lint') 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(); -- cgit v1.2.3