Make SPI3 not available for ESP32C3
The ESP32C3 device doesn't have SPI3
This commit is contained in:
parent
79d8989b2a
commit
31399e012a
|
@ -475,7 +475,7 @@ menu "LVGL TFT Display controller"
|
||||||
config LV_TFT_DISPLAY_SPI2_HOST
|
config LV_TFT_DISPLAY_SPI2_HOST
|
||||||
bool "SPI2_HOST"
|
bool "SPI2_HOST"
|
||||||
config LV_TFT_DISPLAY_SPI3_HOST
|
config LV_TFT_DISPLAY_SPI3_HOST
|
||||||
bool "SPI3_HOST"
|
bool "SPI3_HOST" if !IDF_TARGET_ESP32C3
|
||||||
help
|
help
|
||||||
Select the SPI Bus the TFT Display is attached to.
|
Select the SPI Bus the TFT Display is attached to.
|
||||||
endchoice
|
endchoice
|
||||||
|
|
Loading…
Reference in a new issue