Commit f106761
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
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments