summaryrefslogtreecommitdiff
path: root/drivers/acpi/pmic/Kconfig
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-08-14 16:27:26 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-09-15 20:40:59 +0300
commite410c43b66d52dde6a4b8554dc85a9dc06e57937 (patch)
tree0af57592fed2b7a838713ee33c4cb437b175efda /drivers/acpi/pmic/Kconfig
parentfa870509d9ecd408714d8888568ccc9f2c52af2a (diff)
downloadlinux-e410c43b66d52dde6a4b8554dc85a9dc06e57937.tar.xz
ACPI / PMIC: Move TPS68470 OpRegion driver to drivers/acpi/pmic/
It is revealed now that TPS68470 OpRegion driver has been added in slightly different scope. Let's move it to the drivers/acpi/pmic/ folder for sake of the unification. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/pmic/Kconfig')
-rw-r--r--drivers/acpi/pmic/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/acpi/pmic/Kconfig b/drivers/acpi/pmic/Kconfig
index 357d1a846e68..56bbcb2ce61b 100644
--- a/drivers/acpi/pmic/Kconfig
+++ b/drivers/acpi/pmic/Kconfig
@@ -49,3 +49,19 @@ config CHT_DC_TI_PMIC_OPREGION
This config adds ACPI operation region support for Dollar Cove TI PMIC.
endif # PMIC_OPREGION
+
+config TPS68470_PMIC_OPREGION
+ bool "ACPI operation region support for TPS68470 PMIC"
+ depends on MFD_TPS68470
+ help
+ This config adds ACPI operation region support for TI TPS68470 PMIC.
+ TPS68470 device is an advanced power management unit that powers
+ a Compact Camera Module (CCM), generates clocks for image sensors,
+ drives a dual LED for flash and incorporates two LED drivers for
+ general purpose indicators.
+ This driver enables ACPI operation region support control voltage
+ regulators and clocks.
+
+ This option is a bool as it provides an ACPI operation
+ region, which must be available before any of the devices
+ using this, are probed.