commit | a3128e6a2c1369435b058f4c2261be00a9322802 | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> | Fri May 25 20:56:38 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat May 26 19:17:48 2018 -0400 |
tree | a6042307370758e2e5a96af76972b3906d8ed079 | |
parent | 3ac3216d8939b363e655e494e0156b6ae2a66cac [diff] |
boards: defconfig: Consistently quote string defaults In preparation for introducing a warning. Unquoted string defaults work through a quirk of Kconfig (undefined symbols get their name as their string value), but look confusing. It's done inconsistently now too. Suggested by Kumar Gala. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>