aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@sifive.com>2018-03-08 13:57:58 -0800
committerPalmer Dabbelt <palmer@sifive.com>2018-06-11 09:16:24 -0700
commit24a130ccfe58e0ef7907ce63030ad0ff7d7c633b (patch)
tree053954e53ff8ffff15cfd815e4327b939f4c6b02 /arch
parentRISC-V: Make our port sparse-clean (diff)
downloadlinux-dev-24a130ccfe58e0ef7907ce63030ad0ff7d7c633b.tar.xz
linux-dev-24a130ccfe58e0ef7907ce63030ad0ff7d7c633b.zip
RISC-V: Add CONFIG_HVC_RISCV_SBI=y to defconfig
The SBI exists on all RISC-V systems, so there's no reason not to compile this driver in. Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index bca0eee733b0..07326466871b 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -44,6 +44,7 @@ CONFIG_INPUT_MOUSEDEV=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_OF_PLATFORM=y
+CONFIG_HVC_RISCV_SBI=y
# CONFIG_PTP_1588_CLOCK is not set
CONFIG_DRM=y
CONFIG_DRM_RADEON=y