20 lines
406 B
Plaintext
20 lines
406 B
Plaintext
#
|
|
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
|
|
#
|
|
|
|
menu "Content control"
|
|
|
|
rsource "media/Kconfig"
|
|
|
|
#----------------------------------------------------------------------------#
|
|
menu "Log level"
|
|
|
|
module = BT_CONTENT_CTRL
|
|
module-str = bt_content_ctrl
|
|
source "subsys/logging/Kconfig.template.log_config"
|
|
|
|
endmenu # Log level
|
|
endmenu # Content control
|