zephyr/tests/bsim/bluetooth/samples/central_hr_peripheral_hr/Kconfig

11 lines
296 B
Plaintext
Raw Normal View History

# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
# source sample's Kconfig, if any
# source "${ZEPHYR_BASE}/samples/bluetooth/central_hr/Kconfig"
# OR
# source Zephyr Kernel's Kconfig, as below (not both)
menu "Zephyr Kernel"
source "Kconfig.zephyr"
endmenu