Attention is currently required from: Martin L Roth.
Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79913?usp=email )
Change subject: lint/kconfig_lint: Remove SOUTH_BRIDGE_OPTIONS ......................................................................
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 --- M util/lint/kconfig_lint 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/79913/1
diff --git a/util/lint/kconfig_lint b/util/lint/kconfig_lint index 523fa3e..e67aebd 100755 --- a/util/lint/kconfig_lint +++ b/util/lint/kconfig_lint @@ -46,7 +46,7 @@ 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();