68 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3menuconfig PMIC_OPREGION4 bool "PMIC (Power Management Integrated Circuit) operation region support"5 help6 Select this option to enable support for ACPI operation7 region of the PMIC chip. The operation region can be used8 to control power rails and sensor reading/writing on the9 PMIC chip.10 11if PMIC_OPREGION12 13config BYTCRC_PMIC_OPREGION14 bool "ACPI operation region support for Bay Trail Crystal Cove PMIC"15 depends on INTEL_SOC_PMIC16 help17 This config adds ACPI operation region support for the Bay Trail18 version of the Crystal Cove PMIC.19 20config CHTCRC_PMIC_OPREGION21 bool "ACPI operation region support for Cherry Trail Crystal Cove PMIC"22 depends on INTEL_SOC_PMIC23 help24 This config adds ACPI operation region support for the Cherry Trail25 version of the Crystal Cove PMIC.26 27config XPOWER_PMIC_OPREGION28 bool "ACPI operation region support for XPower AXP288 PMIC"29 depends on MFD_AXP20X_I2C && IOSF_MBI=y30 help31 This config adds ACPI operation region support for XPower AXP288 PMIC.32 33config BXT_WC_PMIC_OPREGION34 bool "ACPI operation region support for BXT WhiskeyCove PMIC"35 depends on INTEL_SOC_PMIC_BXTWC36 help37 This config adds ACPI operation region support for BXT WhiskeyCove PMIC.38 39config CHT_WC_PMIC_OPREGION40 bool "ACPI operation region support for CHT Whiskey Cove PMIC"41 depends on INTEL_SOC_PMIC_CHTWC42 help43 This config adds ACPI operation region support for CHT Whiskey Cove PMIC.44 45config CHT_DC_TI_PMIC_OPREGION46 bool "ACPI operation region support for Dollar Cove TI PMIC"47 depends on INTEL_SOC_PMIC_CHTDC_TI48 help49 This config adds ACPI operation region support for Dollar Cove TI PMIC.50 51endif # PMIC_OPREGION52 53config TPS68470_PMIC_OPREGION54 bool "ACPI operation region support for TPS68470 PMIC"55 depends on INTEL_SKL_INT347256 help57 This config adds ACPI operation region support for TI TPS68470 PMIC.58 TPS68470 device is an advanced power management unit that powers59 a Compact Camera Module (CCM), generates clocks for image sensors,60 drives a dual LED for flash and incorporates two LED drivers for61 general purpose indicators.62 This driver enables ACPI operation region support control voltage63 regulators and clocks.64 65 This option is a bool as it provides an ACPI operation66 region, which must be available before any of the devices67 using this, are probed.68