Skip to content

Commit

Permalink
soc: rw61x: enable IEEE802154 for NXP_FW_LOADER and NXP_RF_IMU
Browse files Browse the repository at this point in the history
Enable IEEE802154 for NXP_FW_LOADER and NXP_RF_IMU

Signed-off-by: Gang Li <[email protected]>
  • Loading branch information
gangli02 committed Dec 11, 2024
1 parent 90ff9c0 commit a8259b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions soc/nxp/rw/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ config NXP_MONOLITHIC_WIFI
default y if WIFI

config NXP_FW_LOADER
default y if (BT || WIFI)
default y if (BT || WIFI || IEEE802154)

config NXP_RF_IMU
default y if (BT || WIFI)
default y if (BT || WIFI || IEEE802154)

endif # SOC_SERIES_RW6XX

0 comments on commit a8259b0

Please sign in to comment.