diff options
author | Alex Gonzalez <alex.gonzalez@digi.com> | 2011-12-29 12:59:58 +0100 |
---|---|---|
committer | Alex Gonzalez <alex.gonzalez@digi.com> | 2011-12-29 13:01:47 +0100 |
commit | d5213553ed7352fe21a5cfd829d5129051447ff6 (patch) | |
tree | 8f612d324bc1c0427209dcad7226f835a9b52ac8 | |
parent | b0c7b4083a944d160023ef1f6a2b54a979313174 (diff) |
ccwmx53: da9052-bat, make it depend on the ADC driver.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
-rw-r--r-- | drivers/power/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 5e35a2f6c84c..dbebec39daa8 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -134,6 +134,8 @@ config BATTERY_DA9052 config BATTERY_JSCCXMX53_DA9052 tristate "Dialog DA9052 Battery driver for the CCXMX53 JSK." depends on PMIC_DA9052 + select HWMON + select SENSORS_DA9052 help Say Y here to enable support for batteries charger integrated into DA9052 PMIC on Digi's ConnectCore (w)i.MX53 JumpStart Kit. |