Skip to content

Commit 950eb25

Browse files
committed
[nrf fromlist] drivers: nrf_wifi: Add default value to p2p mode Kconfig
The Kconfig NRF70_P2P_MODE should be enabled when WIFI_NM_WPA_SUPPLICANT_P2P is enabled. Upstream PR #: 97183 Signed-off-by: Kapil Bhatt <[email protected]>
1 parent a3b3c72 commit 950eb25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ config NRF70_ENABLE_DUAL_VIF
119119

120120
config NRF70_P2P_MODE
121121
bool "P2P support in driver"
122+
default y if WIFI_NM_WPA_SUPPLICANT_P2P
122123

123124
config NRF70_SYSTEM_WITH_RAW_MODES
124125
bool "nRF70 system mode with raw modes"

0 commit comments

Comments
 (0)