Skip to content

Commit 8759a42

Browse files
damien-lemoalpalmer-dabbelt
authored andcommitted
riscv: Select required drivers for Kendryte SOC
This patch selects drivers required for the Kendryte K210 SOC. Since K210 SoC based boards do not provide a device tree, this patch also enables the BUILTIN_DTB option. Signed-off-by: Damien Le Moal <[email protected]> Reviewed-by: Anup Patel <[email protected]> Reviewed-by: Palmer Dabbelt <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent c48c4a4 commit 8759a42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/riscv/Kconfig.socs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ config SOC_VIRT
3737
config SOC_KENDRYTE
3838
bool "Kendryte K210 SoC"
3939
depends on !MMU
40+
select BUILTIN_DTB
41+
select SERIAL_SIFIVE if TTY
42+
select SERIAL_SIFIVE_CONSOLE if TTY
43+
select SIFIVE_PLIC
4044
help
4145
This enables support for Kendryte K210 SoC platform hardware.
4246

0 commit comments

Comments
 (0)