]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
platform: x86: PMC IPC depends on ACPI
authorLee Jones <lee.jones@linaro.org>
Fri, 25 Sep 2015 16:31:12 +0000 (17:31 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 30 Oct 2015 17:19:16 +0000 (17:19 +0000)
This patch solves:

on x86_64:

when CONFIG_ACPI is not enabled:

../drivers/mfd/intel_soc_pmic_bxtwc.c: In function 'bxtwc_probe':
../drivers/mfd/intel_soc_pmic_bxtwc.c:342:2:
    error: implicit declaration of function 'acpi_evaluate_integer' [-Werror=implicit-function-declaration]
        status = acpi_evaluate_integer(handle, "_HRV", NULL, &hrv);
        ^

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/platform/x86/Kconfig

index c69bb703f483569e4f8069affe1da123be5a4365..744cb80fccbc7eb67f13d6ae5be560eb0fc7f334 100644 (file)
@@ -914,6 +914,7 @@ config PVPANIC
 
 config INTEL_PMC_IPC
        tristate "Intel PMC IPC Driver"
+       depends on ACPI
        ---help---
        This driver provides support for PMC control on some Intel platforms.
        The PMC is an ARC processor which defines IPC commands for communication