This is an automated email from the ASF dual-hosted git repository.
lupyuen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 89b48153821 boards/xtensa: Normalize configurations
89b48153821 is described below
commit 89b48153821bd8a95f2a77883b42c879d2ba36d9
Author: Matteo Golin <[email protected]>
AuthorDate: Tue May 5 11:31:54 2026 -0400
boards/xtensa: Normalize configurations
Normalizes configurations after removal of some app-related init config
options due to simplification of NuttX init.
Signed-off-by: Matteo Golin <[email protected]>
---
boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/camera/defconfig | 1 -
boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/es7210/defconfig | 1 -
2 files changed, 2 deletions(-)
diff --git a/boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/camera/defconfig
b/boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/camera/defconfig
index 2d328caf0e5..80175ed0942 100644
--- a/boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/camera/defconfig
+++ b/boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/camera/defconfig
@@ -14,7 +14,6 @@
CONFIG_ADBD_FILE_SERVICE=y
CONFIG_ADBD_SHELL_SERVICE=y
CONFIG_ADBD_STACKSIZE=8192
-CONFIG_ADBD_USB_BOARDCTL=y
CONFIG_ADBD_USB_SERVER=y
CONFIG_ARCH="xtensa"
CONFIG_ARCH_BOARD="lckfb-szpi-esp32s3"
diff --git a/boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/es7210/defconfig
b/boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/es7210/defconfig
index d8f5afd2f6e..53b682ea949 100644
--- a/boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/es7210/defconfig
+++ b/boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/es7210/defconfig
@@ -12,7 +12,6 @@
CONFIG_ADBD_FILE_SERVICE=y
CONFIG_ADBD_SHELL_SERVICE=y
CONFIG_ADBD_STACKSIZE=8192
-CONFIG_ADBD_USB_BOARDCTL=y
CONFIG_ADBD_USB_SERVER=y
CONFIG_ARCH="xtensa"
CONFIG_ARCH_BOARD="lckfb-szpi-esp32s3"