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