mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 00:02:01 +00:00
s390x: enable rnd hw generator option
In order to create enough entropy, the kernel needs to use the hw rnd generator Fixes: #447 Signed-off-by: Alice Frosi <afrosi@de.ibm.com>
This commit is contained in:
parent
c7ca17a2be
commit
3d28166c09
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/s390 4.19.24 Kernel Configuration
|
||||
# Linux/s390 4.19.28 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
@ -1366,7 +1366,10 @@ CONFIG_HVC_DRIVER=y
|
||||
CONFIG_HVC_IUCV=y
|
||||
CONFIG_VIRTIO_CONSOLE=y
|
||||
# CONFIG_IPMI_HANDLER is not set
|
||||
# CONFIG_HW_RANDOM is not set
|
||||
CONFIG_HW_RANDOM=y
|
||||
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
|
||||
CONFIG_HW_RANDOM_VIRTIO=y
|
||||
CONFIG_HW_RANDOM_S390=y
|
||||
# CONFIG_R3964 is not set
|
||||
# CONFIG_APPLICOM is not set
|
||||
# CONFIG_RAW_DRIVER is not set
|
||||
|
@ -1 +1 @@
|
||||
35
|
||||
36
|
||||
|
Loading…
Reference in New Issue
Block a user