diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-03-02 09:50:17 +0100 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-03-25 16:00:13 +0800 |
| commit | b438e849144181fb4408efde59e73817690a46d6 (patch) | |
| tree | bc02ca5e179e54752958457ea1b32a810778a5f8 | |
| parent | f1ba590136bd76c2a746bb8fe3d8dbc2b3f36e5f (diff) | |
riscv: qemu: imply CONFIG_RNG_RISCV_ZKR
The zkr ISA extension can be used to generate random numbers. Since RVA22
zkr is an optional ISA extension. It can be emulated by QEMU. Our RNG
driver detects if the extension is usable during driver binding. Let's
enable it by default on QEMU.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
| -rw-r--r-- | board/emulation/qemu-riscv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig index 012ac14a123..134dbfd7151 100644 --- a/board/emulation/qemu-riscv/Kconfig +++ b/board/emulation/qemu-riscv/Kconfig @@ -62,6 +62,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply VIDEO_SIMPLE imply PCIE_ECAM_GENERIC imply DM_RNG + imply RNG_RISCV_ZKR imply DM_RTC imply RTC_GOLDFISH imply SCSI |
