summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Gibbons <[email protected]>2026-07-22 16:45:47 +0100
committerLeo Yu-Chi Liang <[email protected]>2026-08-05 10:16:07 -0700
commit899cbeee1c8a521cf9f2c4242bc17c26c6ebc448 (patch)
tree3d93864234b2271af0a9474060f1b986523fb957
parentc58dc99616b5ec6bc8dbec143c4888cc42f775b7 (diff)
configs: microchip_mpfs_generic: enable MPFS RNG support
Enable the MPFS hardware RNG and associated infrastructure in the Microchip PolarFire SoC generic defconfig. Signed-off-by: Jamie Gibbons <[email protected]> Reviewed-by: Leo Yu-Chi Liang <[email protected]>
-rw-r--r--configs/microchip_mpfs_generic_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/microchip_mpfs_generic_defconfig b/configs/microchip_mpfs_generic_defconfig
index 973ed09fa87..e3d794f08b9 100644
--- a/configs/microchip_mpfs_generic_defconfig
+++ b/configs/microchip_mpfs_generic_defconfig
@@ -21,6 +21,7 @@ CONFIG_SYS_PBSIZE=282
CONFIG_DISPLAY_CPUINFO=y
CONFIG_DISPLAY_BOARDINFO=y
CONFIG_SYS_PROMPT="RISC-V # "
+CONFIG_CMD_RNG=y
CONFIG_OF_UPSTREAM=y
CONFIG_OF_BOARD=y
CONFIG_OF_LIST="microchip/mpfs-icicle-kit microchip/mpfs-sev-kit"
@@ -29,4 +30,6 @@ CONFIG_ENV_OVERWRITE_ETHADDR_ONCE=y
CONFIG_ENV_RELOC_GD_ENV_ADDR=y
CONFIG_BOOTP_SEND_HOSTNAME=y
CONFIG_DM_MTD=y
+CONFIG_DM_RNG=y
+CONFIG_RNG_MPFS=y
CONFIG_SYSRESET=y