Skip to content

Commit 3ef187d

Browse files
kapbhkartben
authored andcommitted
drivers: nrf_wifi: Add prompt to Kconfig
Add prompt to Kconfig NRF70_SYSTEM_WITH_RAW_MODES. It is assigned in a configuration file, but is not directly user-configurable (has no prompt). It gets its value indirectly from other symbols. Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
1 parent d15c9fe commit 3ef187d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ config NRF70_P2P_MODE
8686
bool "P2P support in driver"
8787

8888
config NRF70_SYSTEM_WITH_RAW_MODES
89-
bool
89+
bool "nRF70 system mode with raw modes"
9090
default y if (NRF70_RAW_DATA_TX || NRF70_RAW_DATA_RX || NRF70_PROMISC_DATA_RX)
9191
depends on WIFI_NRF7002 || WIFI_NRF7001
9292
help

0 commit comments

Comments
 (0)