11 lines
296 B
Plaintext
11 lines
296 B
Plaintext
# 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
|