mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +00:00
gpu: Update Kernel Config
Newer drivers need more symbols so lets enable them Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
parent
5f103003d6
commit
211b0ab268
@ -241,7 +241,7 @@ get_kernel_frag_path() {
|
||||
local redefined_string="redefined"
|
||||
local redundant_string="redundant"
|
||||
|
||||
# Later, if we need to add kernel version specifqic subdirs in order to
|
||||
# Later, if we need to add kernel version specific subdirs in order to
|
||||
# handle specific cases, then add the path definition and search/list/cat
|
||||
# here.
|
||||
local all_configs="${common_configs} ${arch_configs}"
|
||||
|
@ -12,3 +12,10 @@ CONFIG_MODULE_SIG=y
|
||||
|
||||
# Linux kernel version suffix
|
||||
CONFIG_LOCALVERSION="-nvidia-gpu${CONF_GUEST_SUFFIX}"
|
||||
|
||||
# Newer NVIDIA drivers need additional symbols
|
||||
CONFIG_X86_MCE=y
|
||||
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
|
||||
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
|
||||
CONFIG_MEMORY_FAILURE=y
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user