zephyr/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/Kconfig

19 lines
369 B
Plaintext

# Kconfig options for the test
#
# Only used as single point for log level configuration.
# Can be extended with any new kconfig, really.
#
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
menu "Test configuration"
module = APP
module-str = app
source "subsys/logging/Kconfig.template.log_config"
endmenu
source "Kconfig.zephyr"