zephyr/lib/posix/Kconfig.template.with_logging
Christopher Friedt 9cff600e25 posix: add logging to pooled resource templates
Support logging for all POSIX pooled resource types such as
pthread_t, pthread_mutex_t, and pthread_cond_t.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2023-09-19 06:16:10 -04:00

8 lines
165 B
Plaintext

# Copyright (c) 2023 Meta
#
# SPDX-License-Identifier: Apache-2.0
module = $(TYPE)
module-str = $(TYPE) logging
source "subsys/logging/Kconfig.template.log_config"