projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
305da8f
)
ds2760_battery: Fix W1 and W1_SLAVE_DS2760 dependency
author
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Thu, 23 Sep 2010 13:21:36 +0000
(15:21 +0200)
committer
Anton Vorontsov
<cbouatmailru@gmail.com>
Thu, 23 Sep 2010 13:33:28 +0000
(17:33 +0400)
Fix this Kconfig warning on allmodconfig for s390:
warning: (BATTERY_DS2760 && POWER_SUPPLY) selects W1 which has unmet
direct dependencies (HAS_IOMEM)
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
drivers/power/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/power/Kconfig
b/drivers/power/Kconfig
index 4d9a637539b6cbc5c7f8cc0aee1bda620f72b013..0e98b20d4c22be857e613ac64f93e752c89cd014 100644
(file)
--- a/
drivers/power/Kconfig
+++ b/
drivers/power/Kconfig
@@
-64,8
+64,7
@@
config TEST_POWER
config BATTERY_DS2760
tristate "DS2760 battery driver (HP iPAQ & others)"
- select W1
- select W1_SLAVE_DS2760
+ depends on W1 && W1_SLAVE_DS2760
help
Say Y here to enable support for batteries with ds2760 chip.