modules: hal_nordic: Remove default from SL type choice

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 <rafal.kuznia@nordicsemi.no>
This commit is contained in:
Rafał Kuźnia 2021-03-15 22:12:44 +01:00 committed by Carles Cufí
parent e68cfb5683
commit 88b1d1f047
1 changed files with 0 additions and 1 deletions

View File

@ -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"