| commit | 131e6bf494130557455b60b91c86bf0b3d421105 | [log] [tgz] |
|---|---|---|
| author | Yong Cong Sin <ycsin@meta.com> | Mon Jun 10 23:31:47 2024 +0800 |
| committer | Anas Nashif <anas.nashif@intel.com> | Wed Jun 12 12:49:32 2024 -0400 |
| tree | d4b0ed733d430850e90d8a6cc499704ae1322ac8 | |
| parent | a048fee8e7dffce1d675f7f9e43ceac76a09e844 [diff] |
logging: allow OOT backend to enable LOG_BACKEND_FORMAT_TIMESTAMP The `LOG_BACKEND_FORMAT_TIMESTAMP` Kconfig currently depends on a list of hardcoded backends. Let's modify it to depend on an intermediary Kconfig `LOG_BACKEND_SUPPORTS_FORMAT_TIMESTAMP` instead, which can be selected by a OOT log backend. Updated all exisitng supported backends to select this new Kconfig. Signed-off-by: Yong Cong Sin <ycsin@meta.com>