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:
parent
d15c9fe9a6
commit
3ef187dee6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue