diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2021-12-16 15:35:38 +0300 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-01-20 19:49:12 +0300 |
commit | 3938d5a2f9369d1ebd56320629fed395ce327e9c (patch) | |
tree | eafcc7ac1f0dc78b546e534dfe6a12dab7a59e8a /arch/riscv | |
parent | 20aa49541a2ea2cb767ada04cbcaf12fe3ca1275 (diff) | |
download | linux-3938d5a2f9369d1ebd56320629fed395ce327e9c.tar.xz |
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 <heinrich.schuchardt@canonical.com>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'arch/riscv')
-rw-r--r-- | arch/riscv/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index 38205f25c0d7..86553d8c6b07 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -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 |