Skip to content

Commit 3938d5a

Browse files
xypronpalmer-dabbelt
authored andcommitted
riscv: default to CONFIG_RISCV_SBI_V01=n
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 <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 20aa495 commit 3938d5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/riscv/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ source "kernel/Kconfig.hz"
369369

370370
config RISCV_SBI_V01
371371
bool "SBI v0.1 support"
372-
default y
373372
depends on RISCV_SBI
374373
help
375374
This config allows kernel to use SBI v0.1 APIs. This will be

0 commit comments

Comments
 (0)