Skip to content

Commit 88a1805

Browse files
andrei-menzopolkartben
authored andcommitted
soc: nxp: mcxw: update macro in Kconfig.defconfig
Use IEEE802154 as it is set by the L2 macros too. Signed-off-by: Andrei Menzopol <[email protected]>
1 parent 415214a commit 88a1805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soc/nxp/mcx/mcxw/Kconfig.defconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ config HCI_NXP_RX_THREAD
4949

5050
endif # BT
5151

52-
if NET_L2_IEEE802154 || NET_L2_OPENTHREAD
52+
if IEEE802154
5353

5454
# Include intercore messaging component
5555
config NXP_RF_IMU
5656
default y
5757

58-
endif # NET_L2_IEEE802154 || NET_L2_OPENTHREAD
58+
endif # IEEE802154
5959

6060

6161
endif # SOC_SERIES_MCXW

0 commit comments

Comments
 (0)