diff options
author | Keerthy <j-keerthy@ti.com> | 2011-03-01 08:42:26 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-03-23 05:42:00 -0400 |
commit | f99c1d4f94f91fd3a20bd2eaa3be9c5e7d2668eb (patch) | |
tree | 317d1434bfdd7f13aa0f4ee73e022eb7c7d5c89a /drivers/mfd/Kconfig | |
parent | bcd2f639629b58fbc702bb8be348a03e75472021 (diff) |
mfd: Add twl4030 madc driver
Introducing a driver for MADC on TWL4030 powerIC. MADC stands for monitoring
ADC. This driver monitors the real time conversion of analog signals like
battery temperature, battery cuurent etc.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index d71af4531b14..50c476964e48 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -178,6 +178,16 @@ config TWL4030_CORE | |||
178 | high speed USB OTG transceiver, an audio codec (on most | 178 | high speed USB OTG transceiver, an audio codec (on most |
179 | versions) and many other features. | 179 | versions) and many other features. |
180 | 180 | ||
181 | config TWL4030_MADC | ||
182 | tristate "Texas Instruments TWL4030 MADC" | ||
183 | depends on TWL4030_CORE | ||
184 | help | ||
185 | This driver provides support for triton TWL4030-MADC. The | ||
186 | driver supports both RT and SW conversion methods. | ||
187 | |||
188 | This driver can be built as a module. If so it will be | ||
189 | named twl4030-madc | ||
190 | |||
181 | config TWL4030_POWER | 191 | config TWL4030_POWER |
182 | bool "Support power resources on TWL4030 family chips" | 192 | bool "Support power resources on TWL4030 family chips" |
183 | depends on TWL4030_CORE && ARM | 193 | depends on TWL4030_CORE && ARM |