Bug 15291

Summary: BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS without location
Product: buildroot Reporter: Andrei Cherniaev <glscene2010>
Component: OtherAssignee: 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
Created attachment 9496 [details]
try to find BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS in buildroot

In my example pc_x86_bios_defconfig https://bugs.busybox.net/show_bug.cgi?id=15246#c5 I have option
BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS=y

I try to find Location of this option, but nothing. 
But for all others options (such as BR2_PACKAGE_GNU_EFI) I can find Location. Is it a bug?
Comment 1 Thomas Petazzoni 2023-01-28 20:31:13 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.