Kconfig.tps 293 B

123456789101112131415
  1. # Bluetooth GATT TX Power Service
  2. # Copyright (c) 2020 Nordic Semiconductor ASA
  3. # SPDX-License-Identifier: Apache-2.0
  4. menuconfig BT_TPS
  5. bool "Enable GATT TX Power service"
  6. if BT_TPS
  7. module = ACTS_BT_TPS
  8. module-str = TPS
  9. source "subsys/logging/Kconfig.template.log_config"
  10. endif # BT_TPS