Skip to content

Commit

Permalink
arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFI
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
akpm00 authored and torvalds committed Feb 12, 2016
1 parent db78c22 commit 1ecb4ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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---
Expand Down

0 comments on commit 1ecb4ae

Please sign in to comment.