commit | 51666b8130312b84e9b8bfd4a3e6f8c3be3408c4 | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@grinn-global.com> | Wed Jun 24 23:36:37 2020 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Jun 27 08:19:05 2020 -0400 |
tree | b97517c978f10678ff11c6ce011e50d05a746b81 | |
parent | 07f27fe690b01f2cdcafdf761e4c5fd61e20d328 [diff] |
lora: select REQUIRES_FULL_LIBC when LORA=y Right now we depend on NEWLIB_LIBC to build Zephyr with LORA=y. This seems to be the only Kconfig option like that. Convert it to select REQUIRES_FULL_LIBC instead, which will select NEWLIB_LIBC by default and allow to use external libc as well. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>