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>
20 lines
267 B
Plaintext
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
|