| Summary: | BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS without location | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Andrei Cherniaev <glscene2010> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2022.11 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: | https://bugs.busybox.net/show_bug.cgi?id=15246 | ||
| Host: | Target: | ||
| Build: | Ubuntu 22 X86_64 | ||
| Attachments: | try to find BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS in buildroot | ||
|
Description
Andrei Cherniaev
2023-01-26 05:40:24 UTC
This option is what is called a "blind" option, i.e it has no prompt, and therefore it is not visible as an option in menuconfig. Blind options are very common in Kconfig, not just in Buildroot, but also in the Linux kernel. In the particular case of BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS, it is a boolean blind option that allows other options to know if the currently selected architecture is supported by gnu-efi or not. |