pmb.parse.kconfig: fix containers check for x86 (MR 2204)

Options in this list are not supposed to have CONFIG_ prefix, remove it.
This commit is contained in:
Luca Weiss 2022-09-07 22:49:36 +02:00 committed by Oliver Smith
parent 0c18c664aa
commit 1fee644dce
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
},