diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-09-22 17:06:01 -0400 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2008-09-25 19:44:13 -0400 |
commit | 6a9037887ccea92152b034edeb15d453d1a98555 (patch) | |
tree | de551b3c0f8716f3a52b9935a383f2c82a1ba15d /drivers/power | |
parent | b996ad0e9fb15ca4acc60bcd0380912117a45d13 (diff) |
power_supply: fix dependency of tosa_battery
tosa_battery should also depend on wm97xx_ts as it uses dac-accessing
functions from that module.
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index b2bd104b9869..ae095a498db4 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -51,7 +51,7 @@ config BATTERY_OLPC | |||
51 | 51 | ||
52 | config BATTERY_TOSA | 52 | config BATTERY_TOSA |
53 | tristate "Sharp SL-6000 (tosa) battery" | 53 | tristate "Sharp SL-6000 (tosa) battery" |
54 | depends on MACH_TOSA && MFD_TC6393XB | 54 | depends on MACH_TOSA && MFD_TC6393XB && TOUCHSCREEN_WM97XX |
55 | help | 55 | help |
56 | Say Y to enable support for the battery on the Sharp Zaurus | 56 | Say Y to enable support for the battery on the Sharp Zaurus |
57 | SL-6000 (tosa) models. | 57 | SL-6000 (tosa) models. |