From: Alistair Francis Date: Tue, 13 Aug 2019 23:32:30 +0000 (-0700) Subject: riscv: defconfig: Update the defconfig X-Git-Tag: v5.4-rc1~323^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d568cb3f935123b4fb42b9029ebcfebc4e4533a2;p=platform%2Fkernel%2Flinux-rpi.git riscv: defconfig: Update the defconfig Update the defconfig: - Add CONFIG_HW_RANDOM=y and CONFIG_HW_RANDOM_VIRTIO=y to enable VirtIORNG when running on QEMU Signed-off-by: Alistair Francis Signed-off-by: Paul Walmsley --- diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 93205c0..3efff55 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -54,6 +54,8 @@ CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SERIAL_EARLYCON_RISCV_SBI=y CONFIG_HVC_RISCV_SBI=y +CONFIG_HW_RANDOM=y +CONFIG_HW_RANDOM_VIRTIO=y CONFIG_SPI=y CONFIG_SPI_SIFIVE=y # CONFIG_PTP_1588_CLOCK is not set