Kconfig 2.3 KB

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