Skip to content

Commit

Permalink
modules: hal_nordic: Remove default from SL type choice
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
e-rk authored and carlescufi committed Apr 1, 2021
1 parent e68cfb5 commit 88b1d1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/hal_nordic/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 88b1d1f

Please sign in to comment.