diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 189bf275..85102cb3 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -499,7 +499,7 @@ necessary_kconfig_options_containers = { "DM_THIN_PROVISIONING": True, # Storage Drivers }, "x86 x86_64": { # only for x86, x86_64 (and sparc64, ia64) - "CONFIG_HUGETLB_PAGE": True, + "HUGETLB_PAGE": True, "CGROUP_HUGETLB": True, # Optional section } },