Skip to content

Commit 9219b4b

Browse files
committedJul 22, 2024·
arch: x86: configs: ceclare CONFIG_HW_RANDOM_ZHAOXIN as M
This driver throws a firmware error when the CPU is not a Zhaoxin: zhaoxin_rng: The CPU isn't support XSTORE. This is consistent with the VIA hardware RNG driver, which probably has the same issue. We should really report this upstream for a bug fix (and definitely contact Zhaoxin about this at some point). Signed-off-by: Mingcong Bai <baimingcong@uniontech.com>
1 parent d390ea1 commit 9219b4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎arch/x86/configs/deepin_x86_desktop_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -2038,6 +2038,7 @@ CONFIG_HW_RANDOM_INTEL=m
20382038
CONFIG_HW_RANDOM_AMD=m
20392039
CONFIG_HW_RANDOM_BA431=m
20402040
CONFIG_HW_RANDOM_VIA=m
2041+
CONFIG_HW_RANDOM_ZHAOXIN=m
20412042
CONFIG_HW_RANDOM_VIRTIO=m
20422043
CONFIG_HW_RANDOM_XIPHERA=m
20432044
CONFIG_APPLICOM=m

0 commit comments

Comments
 (0)
Please sign in to comment.