efi/libstub: Re-enable command line initrd loading for x86
Commit: cf6b83664895a5 ("efi/libstub: Make initrd file loader configurable") inadvertently disabled support on x86 for loading an initrd passed via the initrd= option on the kernel command line. Add X86 to the newly introduced Kconfig option's title and depends declarations, so it gets enabled by default, as before. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: linux-efi@vger.kernel.org
This commit is contained in:
parent
4353dd3b70
commit
4da0b2b7e6
@ -125,8 +125,8 @@ config EFI_ARMSTUB_DTB_LOADER
|
|||||||
this option is necessary.
|
this option is necessary.
|
||||||
|
|
||||||
config EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER
|
config EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER
|
||||||
bool "Enable the command line initrd loader"
|
bool "Enable the command line initrd loader" if !X86
|
||||||
depends on EFI_GENERIC_STUB
|
depends on EFI_STUB && (EFI_GENERIC_STUB || X86)
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Select this config option to add support for the initrd= command
|
Select this config option to add support for the initrd= command
|
||||||
|
Loading…
x
Reference in New Issue
Block a user