aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
authorNithish Mahalingam <nithish.mahalingam@intel.com>2010-06-17 13:12:36 -0400
committerAnton Vorontsov <cbouatmailru@gmail.com>2010-06-17 13:52:25 -0400
commit6721081b6b911a067fe6ca3d6f5534c4a11a9e59 (patch)
treebe39a6945e3debbb9e773fc9b99294ecc4e3e5b8 /drivers/power/Kconfig
parenteb9650d6d989f24f21232a055d8fd45f1a9dcf99 (diff)
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/Kconfig7
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
142 help 142 help
143 Say Y to include support for NXP PCF50633 Main Battery Charger. 143 Say Y to include support for NXP PCF50633 Main Battery Charger.
144 144
145config BATTERY_INTEL_MID
146 tristate "Battery driver for Intel MID platforms"
147 depends on INTEL_SCU_IPC && SPI
148 help
149 Say Y here to enable the battery driver on Intel MID
150 platforms.
151
145endif # POWER_SUPPLY 152endif # POWER_SUPPLY