commit | 6fdb77e930b42bf2a78225e32c3aa58d76faacb4 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Mar 14 19:29:33 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 01 08:46:18 2025 -0600 |
tree | 789e317039742b1cba97593c67073908c08d9080 | |
parent | 1fe2807a86c6ed82b201094d087bbe1dbb545862 [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 <trini@konsulko.com>