diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2016-02-11 19:13:20 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-02-11 21:35:48 -0500 |
commit | 1ecb4ae5f0aaf48b538b9e90b7b360215a2cf9ed (patch) | |
tree | 1d296f1d68280dd266b019ad1c16cfc757008b33 | |
parent | db78c22230d0bcc8b27b81f05b39f104f08232c5 (diff) |
arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFI
arch/x86/built-in.o: In function `uv_bios_call':
(.text+0xeba00): undefined reference to `efi_call'
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Suggested-by: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@elte.hu>
Reviewed-by: Matt Fleming <matt@codeblueprint.co.uk>
Acked-by: Alex Thorlton <athorlton@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 9af2e6338400..ab2ed5328f0a 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -475,6 +475,7 @@ config X86_UV | |||
475 | depends on X86_64 | 475 | depends on X86_64 |
476 | depends on X86_EXTENDED_PLATFORM | 476 | depends on X86_EXTENDED_PLATFORM |
477 | depends on NUMA | 477 | depends on NUMA |
478 | depends on EFI | ||
478 | depends on X86_X2APIC | 479 | depends on X86_X2APIC |
479 | depends on PCI | 480 | depends on PCI |
480 | ---help--- | 481 | ---help--- |