Browse Source

net: ieee802154: remove CONFIG_NET_L2_IEEE802154_ACK_REPLY

`CONFIG_NET_L2_IEEE802154_ACK_REPLY` has been deprecated for
more than 2 releases, remove it.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
pull/74512/head
Yong Cong Sin 1 year ago committed by Anas Nashif
parent
commit
624f4a1ec0
  1. 4
      subsys/net/l2/ieee802154/Kconfig

4
subsys/net/l2/ieee802154/Kconfig

@ -49,10 +49,6 @@ config NET_DEBUG_L2_IEEE802154_DISPLAY_PACKET_TX
endchoice endchoice
config NET_L2_IEEE802154_ACK_REPLY
bool
select DEPRECATED
choice choice
prompt "Device features level support" prompt "Device features level support"
default NET_L2_IEEE802154_RFD default NET_L2_IEEE802154_RFD

Loading…
Cancel
Save