From 0bbdeb4b229141ea26d127ed121b568dde4abf5c Mon Sep 17 00:00:00 2001 From: Eren Terzioglu Date: Tue, 18 Mar 2025 12:23:56 +0100 Subject: [PATCH] boards/esp32s3/esp32s3-box: Normalize esp32s3-box defconfigs Normalize esp32s3-box defconfigs to fix CI issues Signed-off-by: Eren Terzioglu --- boards/xtensa/esp32s3/esp32s3-box/configs/lvgl-3/defconfig | 2 -- boards/xtensa/esp32s3/esp32s3-box/configs/lvgl/defconfig | 2 -- boards/xtensa/esp32s3/esp32s3-box/configs/touchscreen/defconfig | 2 -- 3 files changed, 6 deletions(-) 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