]> www.infradead.org Git - users/willy/xarray.git/commitdiff
riscv: default to CONFIG_RISCV_SBI_V01=n
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 16 Dec 2021 12:35:38 +0000 (13:35 +0100)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 20 Jan 2022 16:49:12 +0000 (08:49 -0800)
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>
arch/riscv/Kconfig

index 38205f25c0d7f51fdd4eca7855983af1d24dfb8a..86553d8c6b07b3ae666e5241162b5bf5bc3cfdf7 100644 (file)
@@ -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