File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,13 @@ config NRF700X_P2P_MODE
68
68
69
69
endif # NRF700X_SYSTEM_MODE
70
70
71
+ config NRF700X_DATA_TX
72
+ bool "Enable TX data path in the driver"
73
+ default y if NRF700X_SYSTEM_MODE
74
+
75
+ config NRF700X_RAW_DATA_TX
76
+ bool "Enable RAW TX data path in the driver"
77
+
71
78
config NRF_WIFI_IF_AUTO_START
72
79
bool "Enable Wi-Fi interface auto start on boot"
73
80
default y
@@ -206,13 +213,6 @@ config NRF700X_MAX_TX_PENDING_QLEN
206
213
int "Maximum number of pending TX packets"
207
214
default 18
208
215
209
- config NRF700X_DATA_TX
210
- bool "Enable TX data path in the driver"
211
- default y if NRF700X_SYSTEM_MODE
212
-
213
- config NRF700X_RAW_DATA_TX
214
- bool "Enable RAW TX data path in the driver"
215
-
216
216
config NRF700X_UTIL
217
217
depends on SHELL
218
218
bool "Enable Utility shell in nRF700x driver"
You can’t perform that action at this time.
0 commit comments