瀏覽代碼

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>
Palmer Dabbelt 7 年之前
父節點
當前提交
24a130ccfe
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/riscv/configs/defconfig

+ 1 - 0
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