diff options
author | Andrew Morton <[email protected]> | 2016-02-11 16:13:20 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2016-02-11 18:35:48 -0800 |
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 <[email protected]>
Suggested-by: "H. Peter Anvin" <[email protected]>
Cc: Ingo Molnar <[email protected]>
Reviewed-by: Matt Fleming <[email protected]>
Acked-by: Alex Thorlton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-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 depends on X86_64 depends on X86_EXTENDED_PLATFORM depends on NUMA + depends on EFI depends on X86_X2APIC depends on PCI ---help--- |