mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 15:32:30 +00:00
kernel: add missing configs
Some kernel configs need additional dependencies: - CONFIG_NO_HZ depends on CONFIG_GENERIC_CLOCKEVENTS - CONFIG_CGROUP_PERF depends on CONFIG_PERF_EVENTS CONFIG_HAVE_PERF_EVENTS - CONFIG_BLK_DEV_LOOP depends on CONFIG_BLK_DEV CONFIG_BLOCK Signed-off-by: Alice Frosi <afrosi@de.ibm.com> Signed-off-by: Jakob-Naucke <jakob.naucke@ibm.com>
This commit is contained in:
parent
454dd85432
commit
b67325c3ac
@ -21,6 +21,7 @@ CONFIG_FUTEX=y
|
||||
CONFIG_HIGH_RES_TIMERS=y
|
||||
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
|
||||
CONFIG_GENERIC_MSI_IRQ=y
|
||||
CONFIG_GENERIC_CLOCKEVENTS=y
|
||||
CONFIG_NO_HZ=y
|
||||
CONFIG_POSIX_MQUEUE=y
|
||||
CONFIG_POSIX_TIMERS=y
|
||||
@ -48,3 +49,11 @@ CONFIG_RANDOMIZE_BASE=y
|
||||
# Disable for now, as it upsets the entropy test, and we need to improve those: FIXME: see:
|
||||
# https://github.com/kata-containers/tests/issues/1543
|
||||
# RANDOM_TRUST_CPU=y
|
||||
|
||||
# CONFIG_CGROUP_PERF needs
|
||||
CONFIG_HAVE_PERF_EVENTS=y
|
||||
CONFIG_PERF_EVENTS=y
|
||||
|
||||
# CONFIG_BLK_DEV_LOOP needs
|
||||
CONFIG_BLOCK=y
|
||||
CONFIG_BLK_DEV=y
|
||||
|
Loading…
Reference in New Issue
Block a user