From d37613d20a4135fc409c36a3fb4cab615bfb1865 Mon Sep 17 00:00:00 2001 From: Emil Gydesen Date: Thu, 5 Jan 2023 11:07:52 +0100 Subject: [PATCH] Bluetooth: Audio: Audio ISO use log_config_inherit Change the BT_AUDIO_ISO logging module to use log_config_inherit to be consistent with the other LE Audio logging modules. Signed-off-by: Emil Gydesen --- subsys/bluetooth/audio/Kconfig.baps | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subsys/bluetooth/audio/Kconfig.baps b/subsys/bluetooth/audio/Kconfig.baps index 5782c446d23..1d8032f8201 100644 --- a/subsys/bluetooth/audio/Kconfig.baps +++ b/subsys/bluetooth/audio/Kconfig.baps @@ -383,9 +383,10 @@ config BT_AUDIO_STREAM default y if BT_ASCS || BT_AUDIO_UNICAST_CLIENT || \ BT_AUDIO_BROADCAST_SOURCE || BT_AUDIO_BROADCAST_SINK +parent-module = BT module = BT_AUDIO_ISO module-str = "Bluetooth Audio ISO" -source "subsys/logging/Kconfig.template.log_config" +source "subsys/logging/Kconfig.template.log_config_inherit" rsource "Kconfig.pacs" rsource "Kconfig.ascs"