zephyr/subsys/bluetooth/services/Kconfig
Lingao Meng 40365babaa Bluetooth: Modify kconfig to use related path
Because we use the extended kconfig, we have already
supported relative paths, and it is clearer to use
relative paths in the bluetooth submodules.

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
2021-07-20 20:02:34 -04:00

20 lines
267 B
Plaintext

# GATT Services
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
menu "GATT Services"
depends on BT_CONN
rsource "Kconfig.dis"
rsource "Kconfig.bas"
rsource "Kconfig.hrs"
rsource "Kconfig.tps"
rsource "ots/Kconfig"
endmenu