From b340199f828e7d57945785b698ff97469972d1ca Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 10 Jun 2022 23:03:09 -0400 Subject: spl: Ensure all SPL symbols in Kconfig have some SPL dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tighten up symbol dependencies in a number of places. Ensure that a SPL specific option has at least a direct dependency on SPL. In places where it's clear that we depend on something more specific, use that dependency instead. This means in a very small number of places we can drop redundant dependencies. Reported-by: Pali Rohár Signed-off-by: Tom Rini --- lib/ecdsa/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ecdsa/Kconfig') diff --git a/lib/ecdsa/Kconfig b/lib/ecdsa/Kconfig index a95c4ff581f..5c3d67d8144 100644 --- a/lib/ecdsa/Kconfig +++ b/lib/ecdsa/Kconfig @@ -17,6 +17,7 @@ config ECDSA_VERIFY config SPL_ECDSA_VERIFY bool "Enable ECDSA verification support in SPL" + depends on SPL help Allow ECDSA signatures to be recognized and verified in SPL. -- cgit v1.2.3