From 88b1d1f0471ea7565ceaa963287ce6786f399d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ku=C5=BAnia?= Date: Mon, 15 Mar 2021 22:12:44 +0100 Subject: [PATCH] modules: hal_nordic: Remove default from SL type choice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default value is not needed because there is only one choice. This allows the default choice to be set in a different module. Signed-off-by: Rafał Kuźnia --- modules/hal_nordic/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/hal_nordic/Kconfig b/modules/hal_nordic/Kconfig index d485a4d29dd..16f5f025eba 100644 --- a/modules/hal_nordic/Kconfig +++ b/modules/hal_nordic/Kconfig @@ -57,7 +57,6 @@ endchoice choice NRF_802154_SL_TYPE prompt "nRF IEEE 802.15.4 Service Layer Type" - default NRF_802154_SL_OPENSOURCE config NRF_802154_SL_OPENSOURCE bool "nRF IEEE 802.15.4 Open source Service Layer"