aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorZhu, Lejun <lejun.zhu@linux.intel.com>2014-06-03 01:26:03 -0400
committerLee Jones <lee.jones@linaro.org>2014-06-17 10:59:38 -0400
commit7cf0a66f32eddd5224a288df427f9dfce11f570c (patch)
tree7ab1a186ca89b997324b4f73ed1294bf697563e3 /drivers/mfd/Kconfig
parent5165238460068e53c740eaa621ebb6623dc4a50d (diff)
mfd: intel_soc_pmic: Crystal Cove support
This patch provides chip-specific support for Crystal Cove. Crystal Cove is the PMIC in Baytrail-T platform. Also adds Intel SoC PMIC support to the build files. Signed-off-by: Yang, Bin <bin.yang@intel.com> Signed-off-by: Zhu, Lejun <lejun.zhu@linux.intel.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index ee8204cc31e9..cd173a796931 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -253,6 +253,18 @@ config LPC_SCH
253 LPC bridge function of the Intel SCH provides support for 253 LPC bridge function of the Intel SCH provides support for
254 System Management Bus and General Purpose I/O. 254 System Management Bus and General Purpose I/O.
255 255
256config INTEL_SOC_PMIC
257 bool "Support for Intel Atom SoC PMIC"
258 depends on I2C=y
259 select MFD_CORE
260 select REGMAP_I2C
261 select REGMAP_IRQ
262 help
263 Select this option to enable support for the PMIC device
264 on some Intel SoC systems. The PMIC provides ADC, GPIO,
265 thermal, charger and related power management functions
266 on these systems.
267
256config MFD_INTEL_MSIC 268config MFD_INTEL_MSIC
257 bool "Intel MSIC" 269 bool "Intel MSIC"
258 depends on INTEL_SCU_IPC 270 depends on INTEL_SCU_IPC