Commit-ID:  79f9cd35b05e3e91ccf9b4038a8b74b9362b5da7
Gitweb:     http://git.kernel.org/tip/79f9cd35b05e3e91ccf9b4038a8b74b9362b5da7
Author:     Lukas Wunner <[email protected]>
AuthorDate: Mon, 14 Nov 2016 16:10:33 +0100
Committer:  Ingo Molnar <[email protected]>
CommitDate: Tue, 15 Nov 2016 08:33:22 +0100

thunderbolt, efi: Fix Kconfig dependencies

Fix this EFI build failure on certain (rand)configs:

  drivers/firmware/efi/apple-properties.c:149:9: error: implicit declaration of 
function ???efi_get_device_by_path??? [-Werror=implicit-function-declaration]

which is due to:

  warning: (THUNDERBOLT) selects APPLE_PROPERTIES which has unmet direct 
dependencies (EFI && EFI_STUB && X86)

Signed-off-by: Lukas Wunner <[email protected]>
Cc: Andreas Noever <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Matt Fleming <[email protected]>
Cc: Pedro Vilaça <[email protected]>
Cc: Peter Jones <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Pierre Moreau <[email protected]> [MacBookPro11,3]
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
---
 drivers/thunderbolt/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thunderbolt/Kconfig b/drivers/thunderbolt/Kconfig
index 0056df7..bb0318c 100644
--- a/drivers/thunderbolt/Kconfig
+++ b/drivers/thunderbolt/Kconfig
@@ -1,7 +1,7 @@
 menuconfig THUNDERBOLT
        tristate "Thunderbolt support for Apple devices"
        depends on PCI
-       select APPLE_PROPERTIES
+       select APPLE_PROPERTIES if EFI_STUB
        select CRC32
        help
          Cactus Ridge Thunderbolt Controller driver

Reply via email to