Kconfig: add quotes in source to clean warnings from setconfig

To avoid the setconfig warning "style: quotes recommended around xxx in
source xxx"
This commit is contained in:
jordi
2021-07-20 13:10:10 +02:00
committed by Xiang Xiao
parent a02f450773
commit f3af6edf93
32 changed files with 244 additions and 244 deletions
+1 -1
View File
@@ -25,6 +25,6 @@ config ARCH_CHIP
string
default "mor1kx" if ARCH_CHIP_MOR1KX
source arch/or1k/src/mor1kx/Kconfig
source "arch/or1k/src/mor1kx/Kconfig"
endif # ARCH_OR1K