Skip to content

Commit c9d08fc

Browse files
ycsinnashif
authored andcommitted
driver: ieee802154: remove deprecated Kconfigs
The following Kconfigs have been deprecated for more than 2 releases, remove them: - `IEEE802154_CC13XX_CC26XX_SUB_GHZ_RADIO_TX_RETRIES` - `CONFIG_IEEE802154_2015` Signed-off-by: Yong Cong Sin <[email protected]>
1 parent 67578fa commit c9d08fc

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

drivers/ieee802154/Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ source "drivers/ieee802154/Kconfig.dw1000"
8080

8181
source "drivers/ieee802154/Kconfig.uart_pipe"
8282

83-
config IEEE802154_2015
84-
bool "Support for IEEE 802.15.4-2015 frames (DEPRECATED)"
85-
select DEPRECATED
86-
help
87-
Enable radio driver support for IEEE 802.15.4-2015 frames, including security handling of frames and ACKs.
88-
8983
config IEEE802154_CSL_ENDPOINT
9084
bool "Support for CSL Endpoint"
9185
help

drivers/ieee802154/Kconfig.cc13xx_cc26xx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@ config IEEE802154_CC13XX_CC26XX_SUB_GHZ_INIT_PRIO
8888
help
8989
Set the initialization priority number.
9090

91-
config IEEE802154_CC13XX_CC26XX_SUB_GHZ_RADIO_TX_RETRIES
92-
bool
93-
select DEPRECATED
94-
help
95-
DEPRECATED - use NET_L2_IEEE802154_RADIO_TX_RETRIES instead
96-
9791
config IEEE802154_CC13XX_CC26XX_SUB_GHZ_CUSTOM_RADIO_SETUP
9892
bool "Use custom radio setup structures (advanced)"
9993
default n

0 commit comments

Comments
 (0)