Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19945: boards/esp32-wt32-sc01-plus: fix I2C driver selection in Kconfig r=MrKevinWeiss a=gschorcht ### Contribution description This PR fixes the `Kconfig` mismatch for the I2C peripheral driver selection for the `esp32s3-wt32-sc01-plus` board. ### Testing procedure ``` python3 dist/tools/compile_test/compile_like_murdock.py -a tests/periph/i2c -b esp32s3-wt32-sc01-plus ``` fails w/o this PR ``` tests/periph/i2c esp32s3-wt32-sc01-plus FAIL: Kconfig module or pkg mismatch ``` and should succeed with this PR ``` tests/periph/i2c esp32s3-wt32-sc01-plus PASS ``` ### Issues/PRs references Co-authored-by: Gunar Schorcht <[email protected]>
- Loading branch information