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 <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
a9071b361f
commit
d37613d20a
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue