Hi Linus, Two EFI-related Kconfig changes, which happen to touch immediately adjacent lines in Kconfig and thus collapse to a single patch. The following changes since commit 99a5603e2a1f146ac0c6414d8a3669aa749ccff8: efi/arm64: Handle missing virtual mapping for UEFI System Table (2014-07-18 21:24:04 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-efi-for-linus for you to fetch changes up to 9e13bcf7e0981f1db0c8c8255ac17d5f898903e9: Merge tag 'efi-urgent' into x86/efi (2014-08-11 13:58:54 -0700) ---------------------------------------------------------------- H. Peter Anvin (1): Merge tag 'efi-urgent' into x86/efi Matt Fleming (2): x86/efi: Fix 3DNow optimization build failure in EFI stub x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub arch/x86/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 3fc7d72..0e62af9 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1536,7 +1536,8 @@ config EFI config EFI_STUB bool "EFI stub support" - depends on EFI + depends on EFI && !X86_USE_3DNOW + select RELOCATABLE ---help--- This kernel feature allows a bzImage to be loaded directly by EFI firmware without the use of a bootloader. -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html