Skip to content

Commit f106761

Browse files
committed
boards/lckfb-szpi-esp32s3: fix uvc Xtensa IRQ config.
Enable the required Xtensa Espressif interrupt options in the standalone uvc defconfig. The recent common-source Xtensa update requires CONFIG_ARCH_MINIMAL_VECTORTABLE_DYNAMIC, CONFIG_ARCH_IRQ_TO_NDX, and CONFIG_ARCH_NUSER_INTERRUPTS=2. The include-based debug configs inherit those options already, but the standalone uvc defconfig did not, which breaks the Linux (xtensa-03) CI build on lckfb-szpi-esp32s3/uvc. Set the required options explicitly so the config matches the current Espressif Xtensa IRQ requirements. Signed-off-by: aviralgarg05 <gargaviral99@gmail.com>
1 parent d275a8e commit f106761

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/uvc

boards/xtensa/esp32s3/lckfb-szpi-esp32s3/configs/uvc/defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ CONFIG_ARCH_CHIP="esp32s3"
1616
CONFIG_ARCH_CHIP_ESP32S3=y
1717
CONFIG_ARCH_CHIP_ESP32S3WROOM1N16R8=y
1818
CONFIG_ARCH_INTERRUPTSTACK=2048
19+
CONFIG_ARCH_IRQ_TO_NDX=y
20+
CONFIG_ARCH_MINIMAL_VECTORTABLE_DYNAMIC=y
21+
CONFIG_ARCH_NUSER_INTERRUPTS=2
1922
CONFIG_ARCH_STACKDUMP=y
2023
CONFIG_ARCH_XTENSA=y
2124
CONFIG_BOARDCTL_USBDEVCTRL=y

0 commit comments

Comments
 (0)