diff options
author | Nithish Mahalingam <nithish.mahalingam@intel.com> | 2010-06-17 18:12:36 +0100 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2010-06-17 21:52:25 +0400 |
commit | 6721081b6b911a067fe6ca3d6f5534c4a11a9e59 (patch) | |
tree | be39a6945e3debbb9e773fc9b99294ecc4e3e5b8 /drivers/power/Kconfig | |
parent | eb9650d6d989f24f21232a055d8fd45f1a9dcf99 (diff) | |
download | linux-6721081b6b911a067fe6ca3d6f5534c4a11a9e59.tar.gz linux-6721081b6b911a067fe6ca3d6f5534c4a11a9e59.tar.bz2 linux-6721081b6b911a067fe6ca3d6f5534c4a11a9e59.zip |
Intel MID platform battery driver
The PMIC Battery driver provides battery charging and battery gauge
functionality on Intel MID platforms. This provides the basic functions.
There are some USB drivers to merge before the selection of charging
between the different USB power levels can be enabled.
Moved to a platform device by Alek Du.
Signed-off-by: Nithish Mahalingam <nithish.mahalingam@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 8e9ba177d817..6eae8211197f 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -142,4 +142,11 @@ config CHARGER_PCF50633 help Say Y to include support for NXP PCF50633 Main Battery Charger. +config BATTERY_INTEL_MID + tristate "Battery driver for Intel MID platforms" + depends on INTEL_SCU_IPC && SPI + help + Say Y here to enable the battery driver on Intel MID + platforms. + endif # POWER_SUPPLY |