Attention is currently required from: Martin L Roth.

Elyes Haouas has uploaded this change for review.

View Change

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


To view, visit change 79913. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I2380f1ce48afd191755d8b3dcab0b51909f5231f
Gerrit-Change-Number: 79913
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes Haouas <ehaouas@noos.fr>
Gerrit-Reviewer: Martin L Roth <gaumless@gmail.com>
Gerrit-Attention: Martin L Roth <gaumless@gmail.com>
Gerrit-MessageType: newchange