drivers: wifi: esp: Add esp at version choice name

Add WIFI_ESP_AT_VERSION choice name to allows select version on
*.defconfig files.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
Gerson Fernando Budke 2020-04-26 14:44:05 -03:00 committed by Jukka Rissanen
commit 351719ae0f

View file

@ -49,13 +49,13 @@ config WIFI_ESP_PASSIVE_TCP
at a rate that the driver can handle. Without this, data might get
lost if the driver cannot empty the device buffer quickly enough.
choice
choice WIFI_ESP_AT_VERSION
prompt "AT version"
default WIFI_ESP_AT_VERSION_2_0
help
Select which version of AT command set should be used.
config WIFI_ESP_AT_VERSION_1_7
config WIFI_ESP_AT_VERSION_1_7
bool "AT version 1.7"
help
Use AT command set version 1.7.