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:
parent
3223c43af2
commit
351719ae0f
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue