Skip to content

Commit

Permalink
Merge branch 'bugfix/default_kconfig_options' into 'master'
Browse files Browse the repository at this point in the history
esp_hosted_ng: Change some default options for SDIO

See merge request app-frameworks/esp_hosted!439
  • Loading branch information
mantriyogesh committed May 16, 2024
2 parents ba2cfb2 + fc6dbf1 commit 2eb1fff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ menu "Example Configuration"
default ESP_SPI_HOST_INTERFACE if IDF_TARGET_ESP32S3
default ESP_SPI_HOST_INTERFACE if IDF_TARGET_ESP32C2
default ESP_SPI_HOST_INTERFACE if IDF_TARGET_ESP32C3
default ESP_SPI_HOST_INTERFACE if IDF_TARGET_ESP32C6
default ESP_SDIO_HOST_INTERFACE if IDF_TARGET_ESP32C6
help
Bus interface to be used for communication with the host

Expand Down Expand Up @@ -109,7 +109,7 @@ menu "Example Configuration"
choice SDIO_SLAVE_SPEED
prompt "SDIO slave speed"
depends on ESP_SDIO_HOST_INTERFACE
default SDIO_DEFAULT_SPEED
default SDIO_HIGH_SPEED
help
SDIO slave speed, could be either default speed or high speed.
Enabling this will cause the host to see highspeed capability.
Expand Down

0 comments on commit 2eb1fff

Please sign in to comment.