Skip to content

Commit ff54485

Browse files
e-rknordicjm
authored andcommitted
ieee802154: Remove nrf_802154_configurator
The LNA gain is now taken into account in the nrf-802154 radio driver. The nrf_802154_configurator is no longer needed. Signed-off-by: Rafał Kuźnia <[email protected]>
1 parent 4a7fd87 commit ff54485

File tree

7 files changed

+0
-122
lines changed

7 files changed

+0
-122
lines changed

CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,6 @@
789789
/subsys/event_manager_proxy/ @nrfconnect/ncs-si-muffin
790790
/subsys/fw_info/ @nrfconnect/ncs-pluto
791791
/subsys/gazell/ @leewkb4567
792-
/subsys/ieee802154/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-radio-sw
793792
/subsys/logging/ @nrfconnect/ncs-protocols-serialization
794793
/subsys/mgmt/ @nrfconnect/ncs-pluto
795794
/subsys/mgmt/suitfu/ @nrfconnect/ncs-charon

modules/openthread/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ config OPENTHREAD
1313
select ENTROPY_GENERATOR
1414
select NRF_802154_RADIO_DRIVER if HAS_HW_NRF_RADIO_IEEE802154 && !NET_L2_OPENTHREAD
1515
select NRF_802154_SER_HOST if !HAS_HW_NRF_RADIO_IEEE802154 && !NET_L2_OPENTHREAD
16-
select NRF_802154_RADIO_CONFIG if !NET_L2_OPENTHREAD
1716
help
1817
This option enables the OpenThread library
1918

subsys/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ add_subdirectory(debug)
5555
add_subdirectory_ifdef(CONFIG_PARTITION_MANAGER_ENABLED partition_manager)
5656

5757
add_subdirectory_ifdef(CONFIG_NRF_RPC nrf_rpc)
58-
add_subdirectory_ifdef(CONFIG_NRF_802154_RADIO_DRIVER ieee802154)
5958
add_subdirectory_ifdef(CONFIG_NRF_DM dm)
6059
add_subdirectory_ifdef(CONFIG_EMDS emds)
6160
add_subdirectory_ifdef(CONFIG_NET_CORE_MONITOR net_core_monitor)

subsys/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ rsource "mgmt/fmfu/Kconfig"
2929
rsource "mgmt/suitfu/Kconfig"
3030
rsource "mgmt/mcumgr/Kconfig"
3131
rsource "caf/Kconfig"
32-
rsource "ieee802154/Kconfig"
3332
rsource "dm/Kconfig"
3433
rsource "nrf_security/Kconfig"
3534
rsource "net_core_monitor/Kconfig"

subsys/ieee802154/CMakeLists.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

subsys/ieee802154/Kconfig

Lines changed: 0 additions & 36 deletions
This file was deleted.

subsys/ieee802154/nrf_802154_configurator.c

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)