1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
19953: boards/esp32s3-wt32-sc01-plus: fix Kconfig r=aabadie a=gschorcht

### Contribution description

This PR fixes a remaining Kconfig mismatch. It should fix the last compilation problem of the nightly.

### Testing procedure

```
python3 dist/tools/compile_test/compile_like_murdock.py -a tests/drivers/ili9341/ -b esp32s3-wt32-sc01-plus
```
should fail w/o this PR but should succeed with this PR.

### Issues/PRs references


Co-authored-by: Gunar Schorcht <gunar@schorcht.net>
This commit is contained in:
bors[bot] 2023-09-28 22:02:52 +00:00 committed by GitHub
commit 6a826fa1e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ config BOARD_ESP32S3_WT32_SC01_PLUS
select HAS_TINYUSB_DEVICE
select HAVE_FT5X06
select HAVE_LCD_PARALLEL
select HAVE_LCD_PARALLEL if MODULE_ST7796
select HAVE_MTD_SDCARD_DEFAULT
select HAVE_ST7796