1 # SPDX-License-Identifier: GPL-2.0
3 menuconfig PMIC_OPREGION
4 bool "PMIC (Power Management Integrated Circuit) operation region support"
6 Select this option to enable support for ACPI operation
7 region of the PMIC chip. The operation region can be used
8 to control power rails and sensor reading/writing on the
13 config BYTCRC_PMIC_OPREGION
14 bool "ACPI operation region support for Bay Trail Crystal Cove PMIC"
15 depends on INTEL_SOC_PMIC
17 This config adds ACPI operation region support for the Bay Trail
18 version of the Crystal Cove PMIC.
20 config CHTCRC_PMIC_OPREGION
21 bool "ACPI operation region support for Cherry Trail Crystal Cove PMIC"
22 depends on INTEL_SOC_PMIC
24 This config adds ACPI operation region support for the Cherry Trail
25 version of the Crystal Cove PMIC.
27 config XPOWER_PMIC_OPREGION
28 bool "ACPI operation region support for XPower AXP288 PMIC"
29 depends on MFD_AXP20X_I2C && IOSF_MBI=y
31 This config adds ACPI operation region support for XPower AXP288 PMIC.
33 config BXT_WC_PMIC_OPREGION
34 bool "ACPI operation region support for BXT WhiskeyCove PMIC"
35 depends on INTEL_SOC_PMIC_BXTWC
37 This config adds ACPI operation region support for BXT WhiskeyCove PMIC.
39 config CHT_WC_PMIC_OPREGION
40 bool "ACPI operation region support for CHT Whiskey Cove PMIC"
41 depends on INTEL_SOC_PMIC_CHTWC
43 This config adds ACPI operation region support for CHT Whiskey Cove PMIC.
45 config CHT_DC_TI_PMIC_OPREGION
46 bool "ACPI operation region support for Dollar Cove TI PMIC"
47 depends on INTEL_SOC_PMIC_CHTDC_TI
49 This config adds ACPI operation region support for Dollar Cove TI PMIC.
53 config TPS68470_PMIC_OPREGION
54 bool "ACPI operation region support for TPS68470 PMIC"
55 depends on MFD_TPS68470
57 This config adds ACPI operation region support for TI TPS68470 PMIC.
58 TPS68470 device is an advanced power management unit that powers
59 a Compact Camera Module (CCM), generates clocks for image sensors,
60 drives a dual LED for flash and incorporates two LED drivers for
61 general purpose indicators.
62 This driver enables ACPI operation region support control voltage
63 regulators and clocks.
65 This option is a bool as it provides an ACPI operation
66 region, which must be available before any of the devices
67 using this, are probed.