zephyr/subsys/bluetooth/services/Kconfig.bas
Kamil Gawor c95ee1744f bluetooth: services: Use log template for BAS
The BAS serivce Kconfig uses now a log template instead of
defining logger configuration itself.

Signed-off-by: Kamil Gawor <Kamil.Gawor@nordicsemi.no>
2021-09-14 09:57:03 +02:00

17 lines
316 B
QBasic

# Bluetooth GATT Battery service
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
menuconfig BT_BAS
bool "Enable GATT Battery service"
select SENSOR
if BT_BAS
module = BT_BAS
module-str = BAS
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
endif # BT_BAS