Skip to content

Commit b17327c

Browse files
committed
add riscv kconfig
1 parent 04e0d7a commit b17327c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • kernel/src/boards/seeed_xiao_esp32c3

kernel/src/boards/seeed_xiao_esp32c3/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ choice
1818
help
1919
Set irq priority bits to 8.
2020
endchoice
21+
22+
config SOC_ESP32C3
23+
bool "Esp32c3"
24+
default y
25+
select RISCV

0 commit comments

Comments
 (0)