mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-18 05:36:24 +00:00
Remove CONFIG_MODULES, CONFIG_MODULE_UNLOAD, and CONFIG_MODULE_SIG from the NVIDIA GPU config fragments (nvidia.x86_64.conf.in and nvidia.arm64.conf.in) since these are now provided by the shared common/modules/modules.conf and common/signing/module_signing.conf fragments, which are always included for confidential builds. NVIDIA GPU builds always use -x (confidential), so these options were redundant. CONFIG_FW_LOADER is kept as it is specific to GPU firmware loading needs. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>