Skip to content

Commit

Permalink
riscv: default to CONFIG_RISCV_SBI_V01=n
Browse files Browse the repository at this point in the history
The SBI 0.1 specification is obsolete. The current version is 0.3.
Hence we should not rely by default on SBI 0.1 being implemented.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
  • Loading branch information
Heinrich Schuchardt authored and Palmer Dabbelt committed Jan 20, 2022
1 parent 20aa495 commit 3938d5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/riscv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ source "kernel/Kconfig.hz"

config RISCV_SBI_V01
bool "SBI v0.1 support"
default y
depends on RISCV_SBI
help
This config allows kernel to use SBI v0.1 APIs. This will be
Expand Down

0 comments on commit 3938d5a

Please sign in to comment.