Skip to content

Commit 2e711aa

Browse files
JordanYateskartben
authored andcommitted
wifi: nrf_wifi: eliminate NRF70_SYSTEM_MODE_COMMON
This symbol now has the same meaning as `NRF70_SYSTEM_MODE`. Signed-off-by: Jordan Yates <jordan@embeint.com>
1 parent d95de82 commit 2e711aa

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

drivers/wifi/nrf_wifi/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ zephyr_library_sources_ifdef(CONFIG_NET_L2_WIFI_MGMT
4141
src/wifi_mgmt_scan.c
4242
)
4343

44-
zephyr_library_sources_ifdef(CONFIG_NRF70_SYSTEM_MODE_COMMON
44+
zephyr_library_sources_ifdef(CONFIG_NRF70_SYSTEM_MODE
4545
src/wifi_mgmt.c
4646
)
4747

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ config NRF70_SYSTEM_WITH_RAW_MODES
7272
help
7373
Select this option to enable system mode of the nRF70 driver with raw modes.
7474

75-
config NRF70_SYSTEM_MODE_COMMON
76-
bool
77-
default y if NRF70_SYSTEM_MODE
78-
7975
config NET_L2_ETHERNET
8076
default y if (!NRF70_RADIO_TEST && !NRF70_OFFLOADED_RAW_TX)
8177

0 commit comments

Comments
 (0)