From 9b4b86f90c3a0484d4ecdcdb9977c385363ce5f8 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 14 Mar 2025 19:29:33 -0600 Subject: Kconfig: Fix "warning: style: quotes recommended" warnings We have three warnings about needing to use quotes around some strings in Kconfig files today. In two of these cases we can just add the missing strings. In the case of INTEL_PINCTRL_PADCFG_PADTOL the symbol is never referenced and should be dropped. Signed-off-by: Tom Rini --- lib/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Kconfig b/lib/Kconfig index a21b3378fa7..17954461114 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -445,7 +445,9 @@ config CIRCBUF source "lib/dhry/Kconfig" menu "Alternative crypto libraries" -source lib/mbedtls/Kconfig + +source "lib/mbedtls/Kconfig" + endmenu menu "Security support" -- cgit v1.3.1