nRF700x: Missing symbol prompts

The `NRF700X_STA_MODE` and `NRF_WIFI_IF_AUTO_START` symbols are missing prompts, meaning they cannot be set from user `prj.conf` files.

github.com/.../Kconfig

Attempting to set these values (CONFIG_NRF_WIFI_IF_AUTO_START=n) results in:

error: NRF700X_STA_MODE (defined at /modules/lib/sdk-
nrf/drivers/wifi/nrf700x/Kconfig.nrf700x:25) is assigned in a configuration file, but is not
directly user-configurable (has no prompt). It gets its value indirectly from other symbols. See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRF700X_STA_MODE and/or look up
NRF700X_STA_MODE in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.

Parents Reply Children
No Data
Related