soc: rw61x: enable IEEE802154 for NXP_FW_LOADER and NXP_RF_IMU
Enable IEEE802154 for NXP_FW_LOADER and NXP_RF_IMU Signed-off-by: Gang Li <gang.li_1@nxp.com>
This commit is contained in:
parent
8f04bf394b
commit
b4994ee2b9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue