diff options
Diffstat (limited to 'src/soc/sifive/fu540/Kconfig')
-rw-r--r-- | src/soc/sifive/fu540/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/sifive/fu540/Kconfig b/src/soc/sifive/fu540/Kconfig index bee8292199..72305d67a9 100644 --- a/src/soc/sifive/fu540/Kconfig +++ b/src/soc/sifive/fu540/Kconfig @@ -39,4 +39,12 @@ config RISCV_CODEMODEL string default "medany" +config RISCV_HART_NUM + int + default 5 + +config RISCV_WORKING_HARTID + int + default 0 + endif |