In the default kernel configuration of linux aarch64,
https://github.com/archlinuxarm/PKGBUILDs/blob/master/core/linux-aarch64/config
I noticed that CONFIG_HW_RANDOM_CAVIUM has been turned off since v5.18.0, does this affect the use of the Cavium SoCs Random Number Generator hardware? It is recommended to set the default value of this item to 'm'.
Considering that this configuration item depends on the CONFIG_ARCH_THUNDER, I suggest changing the default value of CONFIG_ARCH_THUNDER to 'y'.