From 9b928c78bb3cc2ffdd73dad172820554e480c8a6 Mon Sep 17 00:00:00 2001 From: Bin Gao Date: Thu, 23 Jun 2016 17:48:51 -0700 Subject: ACPI / PMIC: Add opregion driver for Intel BXT WhiskeyCove PMIC This patch adds operation region driver for Intel BXT WhiskeyCove PMIC. The register mapping is done as per the BXT WC data sheet. Signed-off-by: Ajay Thomas Signed-off-by: Bin Gao Reviewed-by: Aaron Lu Signed-off-by: Rafael J. Wysocki --- drivers/acpi/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/acpi/Kconfig') diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index b7e2e776397d..47cb6f65b247 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -519,6 +519,12 @@ config XPOWER_PMIC_OPREGION help This config adds ACPI operation region support for XPower AXP288 PMIC. +config BXT_WC_PMIC_OPREGION + bool "ACPI operation region support for BXT WhiskeyCove PMIC" + depends on INTEL_SOC_PMIC + help + This config adds ACPI operation region support for BXT WhiskeyCove PMIC. + endif endif # ACPI -- cgit