From 877e4919cb466ee3c7f714f8ebd98978ce570445 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Sat, 5 Oct 2024 13:54:57 +0200 Subject: [PATCH] wireless/bluetooth/nimble/Kconfig: add missing header wireless/bluetooth/nimble/Kconfig: add missing header Signed-off-by: raiden00pl --- wireless/bluetooth/nimble/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wireless/bluetooth/nimble/Kconfig b/wireless/bluetooth/nimble/Kconfig index d739721f0..88b0f12c0 100644 --- a/wireless/bluetooth/nimble/Kconfig +++ b/wireless/bluetooth/nimble/Kconfig @@ -1,3 +1,8 @@ +# +# For a description of the syntax of this configuration file, +# see misc/tools/kconfig-language.txt. +# + config NIMBLE bool "Apache NimBLE (BLE host-layer)" default n