efi/libstub: Re-enable command line initrd loading for x86
authorArd Biesheuvel <ardb@kernel.org>
Sat, 25 Apr 2020 10:22:04 +0000 (12:22 +0200)
committerIngo Molnar <mingo@kernel.org>
Sat, 25 Apr 2020 10:26:32 +0000 (12:26 +0200)
commit4da0b2b7e67524cc206067865666899bc02e1cb0
tree20bcb0864119a87207a999efc23f312424e0f484
parent4353dd3b70783ebbc83fcf12d9c0af3fbab0223b
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
drivers/firmware/efi/Kconfig