aboutsummaryrefslogtreecommitdiff
path: root/target/linux/rockchip/armv8
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2024-05-04 03:01:39 +0100
committerDaniel Golle <daniel@makrotopia.org>2024-05-04 13:59:48 +0100
commitd9d7286279157dfc3cfe010423566f7d2ce5d238 (patch)
tree7c0000253e0fa1f1fa5767c854758860d2d36d16 /target/linux/rockchip/armv8
parent3f28c422ba7ca06efd41686fd2f9e664f7e8a12e (diff)
rockchip: add driver for hardware RNG
Rockchip SoCs used to have a random number generator as part of their crypto device, and support for it has to be added to the corresponding driver. Newer Rockchip SoCs like the RK3568 have an independent True Random Number Generator device. Import pending patchset which adds a driver for it, include it in Kconfig and enable it in the device tree. Doing so significantly reduces the time needed to boot devices based on those SoCs, from about 27 seconds until Ethernet is up and running to less than 13 seconds with a minimal snapshot image. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/rockchip/armv8')
-rw-r--r--target/linux/rockchip/armv8/config-6.12
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/rockchip/armv8/config-6.1 b/target/linux/rockchip/armv8/config-6.1
index 1830a89c93..a1f79510d7 100644
--- a/target/linux/rockchip/armv8/config-6.1
+++ b/target/linux/rockchip/armv8/config-6.1
@@ -295,6 +295,8 @@ CONFIG_HUGETLB_PAGE=y
CONFIG_HWMON=y
CONFIG_HWSPINLOCK=y
CONFIG_HW_CONSOLE=y
+CONFIG_HW_RANDOM=y
+CONFIG_HW_RANDOM_ROCKCHIP=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=y