mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-03 22:44:24 +01:00
git-subtree-dir: tools/packaging git-subtree-mainline:f818b46a41git-subtree-split:1f22d72d5dSigned-off-by: Peng Tao <bergwolf@hyper.sh>
15 lines
400 B
Plaintext
15 lines
400 B
Plaintext
# Support mmconfig PCI config space access.
|
|
# It's used to enable the MMIO access method for PCIe devices.
|
|
CONFIG_PCI_MMCONFIG=y
|
|
|
|
# Support for loading modules.
|
|
# It is used to support loading GPU drivers.
|
|
CONFIG_MODULES=y
|
|
CONFIG_MODULE_UNLOAD=y
|
|
|
|
# CRYPTO_FIPS requires this config when loading modules is enabled.
|
|
CONFIG_MODULE_SIG=y
|
|
|
|
# Linux kernel version suffix
|
|
CONFIG_LOCALVERSION="-nvidia-gpu"
|