Skip to content
Snippets Groups Projects
Commit 5e4c5f4c authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Fix Kconfig dependency for WM97xx battery driver


It needs the WM97xx touchscreen driver to be compiled in, not as a
module.  And it cannot itself be a module, due to some unfortunate
interactions with platform data.

Reported-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 807f4f8c
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ config BATTERY_TOSA
config BATTERY_WM97XX
bool "WM97xx generic battery driver"
depends on TOUCHSCREEN_WM97XX
depends on TOUCHSCREEN_WM97XX=y
help
Say Y to enable support for battery measured by WM97xx aux port.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment