Skip to content

Commit 7e3f581

Browse files
MaochenWang1carlescufi
authored andcommitted
drivers: wifi: nxp: only enable NXP_WIFI_TC_RELOCATE for RW612
Only by default enable NXP_WIFI_TC_RELOCATE for RW612, which will relocate traffic API into RAM. But for other platform, for example the RT series, the ITCM/DTCM is a more suitable place for critical code. Signed-off-by: Maochen Wang <[email protected]>
1 parent 3b05fd1 commit 7e3f581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/wifi/nxp/Kconfig.nxp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ config NXP_WIFI_OWE
10551055

10561056
config NXP_WIFI_TC_RELOCATE
10571057
bool "Traffic api relocate to RAM"
1058-
default y
1058+
default y if NXP_RW610
10591059
help
10601060
Relocate Wi-Fi transmit and receive api to RAM to increase
10611061
traffic throughput.

0 commit comments

Comments
 (0)