| # Bluetooth GATT TX Power Service | |
| # Copyright (c) 2020 Nordic Semiconductor ASA | |
| # SPDX-License-Identifier: Apache-2.0 | |
| menuconfig BT_TPS | |
| bool "GATT TX Power service" | |
| if BT_TPS | |
| module = BT_TPS | |
| module-str = TPS | |
| source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config" | |
| endif # BT_TPS |