summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-03-14 19:29:33 -0600
committerTom Rini <[email protected]>2025-04-01 08:46:18 -0600
commit9b4b86f90c3a0484d4ecdcdb9977c385363ce5f8 (patch)
tree789e317039742b1cba97593c67073908c08d9080 /Kconfig
parentbe7693386d7f2e46e4907ef55bf9cd1ae4af2903 (diff)
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 <[email protected]>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 70dc385dd2f..a508c5430f0 100644
--- a/Kconfig
+++ b/Kconfig
@@ -748,7 +748,7 @@ source "dts/Kconfig"
source "env/Kconfig"
-menu Networking
+menu "Networking"
choice
prompt "Networking stack"