projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
500bc2c
)
riscv: defconfig: Update the defconfig
author
Alistair Francis
<alistair.francis@wdc.com>
Tue, 13 Aug 2019 23:32:30 +0000
(16:32 -0700)
committer
Paul Walmsley
<paul.walmsley@sifive.com>
Wed, 14 Aug 2019 02:26:42 +0000
(19:26 -0700)
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 <alistair.francis@wdc.com>
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
arch/riscv/configs/defconfig
patch
|
blob
|
history
diff --git
a/arch/riscv/configs/defconfig
b/arch/riscv/configs/defconfig
index 93205c0bf71df1b066f25abbaf8945ae0fbbe880..3efff552a261e2745bd0fd05dd873125d6877e19 100644
(file)
--- 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