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:
Emil Gydesen 2023-01-05 11:07:52 +01:00 committed by Fabio Baltieri
commit d37613d20a

View file

@ -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"