Kconfig (cbecf716ca618fd44feda6bd9a64a8179d031fc5) | Kconfig (24700e1f41f0dcbe389b8d9e5830aaca2192093c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 3menuconfig PMIC_OPREGION 4 bool "PMIC (Power Management Integrated Circuit) operation region support" 5 help 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 --- 38 unchanged lines hidden (view full) --- 47 depends on INTEL_SOC_PMIC_CHTDC_TI 48 help 49 This config adds ACPI operation region support for Dollar Cove TI PMIC. 50 51endif # PMIC_OPREGION 52 53config TPS68470_PMIC_OPREGION 54 bool "ACPI operation region support for TPS68470 PMIC" | 1# SPDX-License-Identifier: GPL-2.0 2 3menuconfig PMIC_OPREGION 4 bool "PMIC (Power Management Integrated Circuit) operation region support" 5 help 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 --- 38 unchanged lines hidden (view full) --- 47 depends on INTEL_SOC_PMIC_CHTDC_TI 48 help 49 This config adds ACPI operation region support for Dollar Cove TI PMIC. 50 51endif # PMIC_OPREGION 52 53config TPS68470_PMIC_OPREGION 54 bool "ACPI operation region support for TPS68470 PMIC" |
55 depends on MFD_TPS68470 | 55 depends on INTEL_SKL_INT3472 |
56 help 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. 64 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. | 56 help 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. 64 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. |