Skip to content

Commit 99eee74

Browse files
krish2718nordicjm
authored andcommitted
drivers: wifi: Move the data modes up
Group all modes together. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent 5835326 commit 99eee74

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

drivers/wifi/nrf700x/Kconfig

+7-7
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ config NRF700X_P2P_MODE
6868

6969
endif # NRF700X_SYSTEM_MODE
7070

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+
7178
config NRF_WIFI_IF_AUTO_START
7279
bool "Enable Wi-Fi interface auto start on boot"
7380
default y
@@ -206,13 +213,6 @@ config NRF700X_MAX_TX_PENDING_QLEN
206213
int "Maximum number of pending TX packets"
207214
default 18
208215

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-
216216
config NRF700X_UTIL
217217
depends on SHELL
218218
bool "Enable Utility shell in nRF700x driver"

0 commit comments

Comments
 (0)