commit | d7a7e14ecb070811511c6adfb619a5053ecdc645 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Mar 02 09:50:17 2025 +0100 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Tue Mar 25 16:00:13 2025 +0800 |
tree | bc02ca5e179e54752958457ea1b32a810778a5f8 | |
parent | 242e26c0ea94ca2c8898d78befff3227bb8d6124 [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 <heinrich.schuchardt@canonical.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>