We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af203b7 commit b3d8c6eCopy full SHA for b3d8c6e
1 file changed
drivers/firmware/efi/Kconfig
@@ -106,6 +106,18 @@ config EFI_ARMSTUB_DTB_LOADER
106
functionality for bootloaders that do not have such support
107
this option is necessary.
108
109
+config EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER
110
+ bool "Enable the command line initrd loader" if !X86
111
+ depends on EFI_STUB && (EFI_GENERIC_STUB || X86)
112
+ default y if X86
113
+ depends on !RISCV
114
+ help
115
+ Select this config option to add support for the initrd= command
116
+ line parameter, allowing an initrd that resides on the same volume
117
+ as the kernel image to be loaded into memory.
118
+
119
+ This method is deprecated.
120
121
config EFI_BOOTLOADER_CONTROL
122
tristate "EFI Bootloader Control"
123
select UCS2_STRING
0 commit comments