We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bbb1d commit 5b5cc72Copy full SHA for 5b5cc72
Kconfig.dependencies
@@ -26,6 +26,11 @@ config SIDEWALK_TFM_SUPPORT
26
select EXPERIMENTAL
27
default SIDEWALK && BUILD_WITH_TFM
28
29
+config SIDEWALK_NRF54L10_SUPPORT
30
+ bool "Sidewalk support for nRF54L10 [EXPERIMENTAL]"
31
+ select EXPERIMENTAL
32
+ default SIDEWALK && SOC_NRF54L10
33
+
34
config SIDEWALK_BLE
35
bool
36
default SIDEWALK
0 commit comments