diff --git a/boards/xtensa/esp32s3/esp32s3-box/configs/lvgl-3/defconfig b/boards/xtensa/esp32s3/esp32s3-box/configs/lvgl-3/defconfig index 2fb149447f7..c5cb1f72b56 100644 --- a/boards/xtensa/esp32s3/esp32s3-box/configs/lvgl-3/defconfig +++ b/boards/xtensa/esp32s3/esp32s3-box/configs/lvgl-3/defconfig @@ -30,8 +30,6 @@ CONFIG_DEBUG_FULLOPT=y CONFIG_DEBUG_SYMBOLS=y CONFIG_ESP32S3_BOARD_TOUCHSCREEN=y CONFIG_ESP32S3_BOX_LCD=y -CONFIG_ESP32S3_I2C0_SCLPIN=18 -CONFIG_ESP32S3_I2C0_SDAPIN=8 CONFIG_ESP32S3_SPI2_CLKPIN=7 CONFIG_ESP32S3_SPI2_CSPIN=5 CONFIG_ESP32S3_SPI2_MISOPIN=21 diff --git a/boards/xtensa/esp32s3/esp32s3-box/configs/lvgl/defconfig b/boards/xtensa/esp32s3/esp32s3-box/configs/lvgl/defconfig index 4a22a7b5c48..6e379e61717 100644 --- a/boards/xtensa/esp32s3/esp32s3-box/configs/lvgl/defconfig +++ b/boards/xtensa/esp32s3/esp32s3-box/configs/lvgl/defconfig @@ -30,8 +30,6 @@ CONFIG_DEBUG_FULLOPT=y CONFIG_DEBUG_SYMBOLS=y CONFIG_ESP32S3_BOARD_TOUCHSCREEN=y CONFIG_ESP32S3_BOX_LCD=y -CONFIG_ESP32S3_I2C0_SCLPIN=18 -CONFIG_ESP32S3_I2C0_SDAPIN=8 CONFIG_ESP32S3_SPI2_CLKPIN=7 CONFIG_ESP32S3_SPI2_CSPIN=5 CONFIG_ESP32S3_SPI2_MISOPIN=21 diff --git a/boards/xtensa/esp32s3/esp32s3-box/configs/touchscreen/defconfig b/boards/xtensa/esp32s3/esp32s3-box/configs/touchscreen/defconfig index 59e20563a8d..476383ea0b2 100644 --- a/boards/xtensa/esp32s3/esp32s3-box/configs/touchscreen/defconfig +++ b/boards/xtensa/esp32s3/esp32s3-box/configs/touchscreen/defconfig @@ -22,8 +22,6 @@ CONFIG_ARCH_XTENSA=y CONFIG_BOARD_LOOPSPERMSEC=16717 CONFIG_BUILTIN=y CONFIG_ESP32S3_BOARD_TOUCHSCREEN=y -CONFIG_ESP32S3_I2C0_SCLPIN=18 -CONFIG_ESP32S3_I2C0_SDAPIN=8 CONFIG_ESP32S3_USBSERIAL=y CONFIG_EXAMPLES_TOUCHSCREEN=y CONFIG_FS_PROCFS=y