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:
parent
e68cfb5683
commit
88b1d1f047
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue