diff options
author | Danny Nold <dannynold@freescale.com> | 2010-10-07 16:08:58 -0500 |
---|---|---|
committer | Danny Nold <dannynold@freescale.com> | 2010-10-15 12:18:05 -0500 |
commit | 964d38d6659d54f036fd7f8177192833e8521927 (patch) | |
tree | 2e50c14c2013086d6a1cb5a4968a917681fbe22e /drivers/mfd/Kconfig | |
parent | 5e82f13a0ee796f00ac5ad075acb6d1abfc417ab (diff) |
ENGR00126326-2 - MAX17135: Add support for temperature sensor monitoring
- MAX17135 re-architected:
- Core functionality, including I2C access to the chip, moved into
drivers/mfd/max17135-core.c
- MAX17135 regulators registered via init() callback in plat-specific
code.
- All access to registers funnelled through max17135_reg_read/write() apis.
- max17135.h moved from regulator/ folder into mfd/ folder.
- Support for reading internal and external temperature via sysfs interface,
consistent with lm-sensors hwmon interface.
Signed-off-by: Danny Nold <dannynold@freescale.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 9da0e504bbe9..92d59373b0cf 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -482,6 +482,13 @@ config MFD_JANZ_CMODIO host many different types of MODULbus daughterboards, including CAN and GPIO controllers. +config MFD_MAX17135 + tristate "MAX17135 PMIC core" + depends on I2C + help + This is the MAX17135 PMIC support. It includes + core support for communication with the MAX17135 chip. + endif # MFD_SUPPORT menu "Multimedia Capabilities Port drivers" |