From: Palmer Dabbelt Date: Thu, 8 Mar 2018 21:57:58 +0000 (-0800) Subject: RISC-V: Add CONFIG_HVC_RISCV_SBI=y to defconfig X-Git-Tag: v4.19~769^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24a130ccfe58e0ef7907ce63030ad0ff7d7c633b;p=platform%2Fkernel%2Flinux-rpi3.git 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 --- diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index bca0eee..0732646 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