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>
This commit is contained in:
Kapil Bhatt 2025-03-20 18:15:44 +05:30 committed by Benjamin Cabé
commit 3ef187dee6

View file

@ -86,7 +86,7 @@ config NRF70_P2P_MODE
bool "P2P support in driver"
config NRF70_SYSTEM_WITH_RAW_MODES
bool
bool "nRF70 system mode with raw modes"
default y if (NRF70_RAW_DATA_TX || NRF70_RAW_DATA_RX || NRF70_PROMISC_DATA_RX)
depends on WIFI_NRF7002 || WIFI_NRF7001
help