Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 
0003 menuconfig PMIC_OPREGION
0004         bool "PMIC (Power Management Integrated Circuit) operation region support"
0005         help
0006           Select this option to enable support for ACPI operation
0007           region of the PMIC chip. The operation region can be used
0008           to control power rails and sensor reading/writing on the
0009           PMIC chip.
0010 
0011 if PMIC_OPREGION
0012 
0013 config BYTCRC_PMIC_OPREGION
0014         bool "ACPI operation region support for Bay Trail Crystal Cove PMIC"
0015         depends on INTEL_SOC_PMIC
0016         help
0017           This config adds ACPI operation region support for the Bay Trail
0018           version of the Crystal Cove PMIC.
0019 
0020 config CHTCRC_PMIC_OPREGION
0021         bool "ACPI operation region support for Cherry Trail Crystal Cove PMIC"
0022         depends on INTEL_SOC_PMIC
0023         help
0024           This config adds ACPI operation region support for the Cherry Trail
0025           version of the Crystal Cove PMIC.
0026 
0027 config XPOWER_PMIC_OPREGION
0028         bool "ACPI operation region support for XPower AXP288 PMIC"
0029         depends on MFD_AXP20X_I2C && IOSF_MBI=y
0030         help
0031           This config adds ACPI operation region support for XPower AXP288 PMIC.
0032 
0033 config BXT_WC_PMIC_OPREGION
0034         bool "ACPI operation region support for BXT WhiskeyCove PMIC"
0035         depends on INTEL_SOC_PMIC_BXTWC
0036         help
0037           This config adds ACPI operation region support for BXT WhiskeyCove PMIC.
0038 
0039 config CHT_WC_PMIC_OPREGION
0040         bool "ACPI operation region support for CHT Whiskey Cove PMIC"
0041         depends on INTEL_SOC_PMIC_CHTWC
0042         help
0043           This config adds ACPI operation region support for CHT Whiskey Cove PMIC.
0044 
0045 config CHT_DC_TI_PMIC_OPREGION
0046         bool "ACPI operation region support for Dollar Cove TI PMIC"
0047         depends on INTEL_SOC_PMIC_CHTDC_TI
0048         help
0049           This config adds ACPI operation region support for Dollar Cove TI PMIC.
0050 
0051 endif   # PMIC_OPREGION
0052 
0053 config TPS68470_PMIC_OPREGION
0054         bool "ACPI operation region support for TPS68470 PMIC"
0055         depends on INTEL_SKL_INT3472
0056         help
0057           This config adds ACPI operation region support for TI TPS68470 PMIC.
0058           TPS68470 device is an advanced power management unit that powers
0059           a Compact Camera Module (CCM), generates clocks for image sensors,
0060           drives a dual LED for flash and incorporates two LED drivers for
0061           general purpose indicators.
0062           This driver enables ACPI operation region support control voltage
0063           regulators and clocks.
0064 
0065           This option is a bool as it provides an ACPI operation
0066           region, which must be available before any of the devices
0067           using this, are probed.