diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2009-02-10 16:12:29 +0300 |
---|---|---|
committer | Thomas Kunze <tkunze@tkunze-desktop.(none)> | 2009-11-27 23:07:23 +0300 |
commit | f1fce597e68c91f04381ad869579fd2fe6064101 (patch) | |
tree | b63c06236a562ddfd262e3db4a7f780207b13200 /drivers/power/Kconfig | |
parent | f7177c8452618df34ecdcd7b6f2cb941aec0ffc3 (diff) | |
download | linux-f1fce597e68c91f04381ad869579fd2fe6064101.tar.xz |
collie: add battery driver
This driver is based on tosa_battery.c.
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 cea6cef27e89..118674925516 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -77,6 +77,13 @@ config BATTERY_TOSA Say Y to enable support for the battery on the Sharp Zaurus SL-6000 (tosa) models. +config BATTERY_COLLIE + tristate "Sharp SL-5500 (collie) battery" + depends on SA1100_COLLIE && MCP_UCB1200 + help + Say Y to enable support for the battery on the Sharp Zaurus + SL-5500 (collie) models. + config BATTERY_WM97XX bool "WM97xx generic battery driver" depends on TOUCHSCREEN_WM97XX=y |