zephyr/tests/bluetooth/tester/Kconfig
Magdalena Kasenberg 661f07ba0f bluetooth: tester: Add CONFIG_BTTESTER_LOG_LEVEL
to set a different log level than the default.

Signed-off-by: Magdalena Kasenberg <magdalena.kasenberg@codecoup.pl>
2023-04-12 13:05:32 +02:00

15 lines
259 B
Plaintext

# Config options for tester app
# Copyright (c) 2023 Codecoup
# SPDX-License-Identifier: Apache-2.0
menu "Bttester configuration"
module = BTTESTER
module-str = bttester
source "subsys/logging/Kconfig.template.log_config"
endmenu
source "Kconfig.zephyr"