- 
CONFIG_UEFI_OS_LOADER_NAME¶
UEFI OS loader name
Type: string
Defaults¶
- “\EFI\org.clearlinux\bootloaderx64.efi” if PLATFORM_UEFI
Kconfig definition¶
At arch/x86/Kconfig:329
Included via Kconfig:3
Menu path: (top menu)
config UEFI_OS_LOADER_NAME
    string
    prompt "UEFI OS loader name" if PLATFORM_UEFI
    default "\EFI\org.clearlinux\bootloaderx64.efi" if PLATFORM_UEFI
    depends on PLATFORM_UEFI
(Definitions include propagated dependencies, including from if’s and menus.)