Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - E index
The Linux kernel configuration item CONFIG_EFI
has multiple definitions:
arch/x86/Kconfig
The configuration item CONFIG_EFI:
CONFIG_ACPI
This enables the kernel to use EFI runtime services that are available (such as the EFI variable services).
This option is only useful on systems that have EFI firmware. In addition, you should use the latest ELILO loader available at http://elilo.sourceforge.net in order to take advantage of EFI runtime services. However, even with this option, the resultant kernel should continue to boot on existing non-EFI platforms.
arch/loongarch/Kconfig
The configuration item CONFIG_EFI:
(none)
This enables the kernel to use EFI runtime services that are available (such as the EFI variable services).
arch/riscv/Kconfig
The configuration item CONFIG_EFI:
( CONFIG_OF && ! CONFIG_XIP_KERNEL ) && ( CONFIG_MMU )
This option provides support for runtime services provided by UEFI firmware (such as non-volatile variables, realtime clock, and platform reset). A UEFI stub is also provided to allow the kernel to be booted as an EFI application. This is only useful on systems that have UEFI firmware.
arch/arm64/Kconfig
The configuration item CONFIG_EFI:
( CONFIG_OF && ! CONFIG_CPU_BIG_ENDIAN ) && ( CONFIG_KERNEL_MODE_NEON )
This option provides support for runtime services provided by UEFI firmware (such as non-volatile variables, realtime clock, and platform reset). A UEFI stub is also provided to allow the kernel to be booted as an EFI application. This is only useful on systems that have UEFI firmware.
arch/arm/Kconfig
The configuration item CONFIG_EFI:
CONFIG_OF && ! CONFIG_CPU_BIG_ENDIAN && CONFIG_MMU && CONFIG_AUTO_ZRELADDR && ! CONFIG_XIP_KERNEL
This option provides support for runtime services provided by UEFI firmware (such as non-volatile variables, realtime clock, and platform reset). A UEFI stub is also provided to allow the kernel to be booted as an EFI application. This is only useful for kernels that may run on systems that have UEFI firmware.
arch/ia64/Kconfig
The configuration item CONFIG_EFI:
(none)
(none)
arch/x86/Kconfig
The configuration item CONFIG_EFI:
CONFIG_X86_32 && CONFIG_ACPI
This enables the kernel to boot on EFI platforms using system configuration information passed to it from the firmware. This also enables the kernel to use any EFI runtime services that are available (such as the EFI variable services).
This option is only useful on systems that have EFI firmware and will result in a kernel image that is ~8k larger. In addition, you must use the latest ELILO loader available at http://elilo.sourceforge.net in order to take advantage of kernel initialization using EFI information (neither GRUB nor LILO know anything about EFI). However, even with this option, the resultant kernel should continue to boot on existing non-EFI platforms.
arch/i386/Kconfig
The configuration item CONFIG_EFI:
CONFIG_ACPI
This enables the kernel to boot on EFI platforms using system configuration information passed to it from the firmware. This also enables the kernel to use any EFI runtime services that are available (such as the EFI variable services).
This option is only useful on systems that have EFI firmware and will result in a kernel image that is ~8k larger. In addition, you must use the latest ELILO loader available at http://elilo.sourceforge.net in order to take advantage of kernel initialization using EFI information (neither GRUB nor LILO know anything about EFI). However, even with this option, the resultant kernel should continue to boot on existing non-EFI platforms.
arch/i386/Kconfig
The configuration item CONFIG_EFI:
CONFIG_ACPI
This enables the the kernel to boot on EFI platforms using system configuration information passed to it from the firmware. This also enables the kernel to use any EFI runtime services that are available (such as the EFI variable services).
This option is only useful on systems that have EFI firmware and will result in a kernel image that is ~8k larger. In addition, you must use the latest ELILO loader available at http://elilo.sourceforge.net in order to take advantage of kernel initialization using EFI information (neither GRUB nor LILO know anything about EFI). However, even with this option, the resultant kernel should continue to boot on existing non-EFI platforms.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - E index
Automatically generated (in year 2024). See also LKDDb sources on GitLab