Skip to content

Commit

Permalink
arch: x86: configs: ceclare CONFIG_HW_RANDOM_ZHAOXIN as M
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
MingcongBai committed Jul 22, 2024
1 parent d390ea1 commit 9219b4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/configs/deepin_x86_desktop_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2038,6 +2038,7 @@ CONFIG_HW_RANDOM_INTEL=m
CONFIG_HW_RANDOM_AMD=m
CONFIG_HW_RANDOM_BA431=m
CONFIG_HW_RANDOM_VIA=m
CONFIG_HW_RANDOM_ZHAOXIN=m
CONFIG_HW_RANDOM_VIRTIO=m
CONFIG_HW_RANDOM_XIPHERA=m
CONFIG_APPLICOM=m
Expand Down

0 comments on commit 9219b4b

Please sign in to comment.