Kconfig: Fix "warning: style: quotes recommended" warnings
authorTom Rini <trini@konsulko.com>
Sat, 15 Mar 2025 01:29:33 +0000 (19:29 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 1 Apr 2025 14:46:18 +0000 (08:46 -0600)
commit9b4b86f90c3a0484d4ecdcdb9977c385363ce5f8
tree789e317039742b1cba97593c67073908c08d9080
parentbe7693386d7f2e46e4907ef55bf9cd1ae4af2903
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 <trini@konsulko.com>
Kconfig
drivers/pinctrl/intel/Kconfig
lib/Kconfig