aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2014-01-14 10:45:44 -0500
committerDavid S. Miller <davem@davemloft.net>2014-01-15 17:51:22 -0500
commit850bc4d5398c10a33b4f16957e2709eb6c15939d (patch)
tree9e357bc92f005d54a73b96cc818cb88e719220be /drivers/power
parentaf1f2d78b1c3ab9e15e2655491b9b45068cfd7cb (diff)
power,goldfish: Add dependency on HAS_IOMEM
On archs like S390 or um this driver cannot build nor work. Make it depend on HAS_IOMEM to bypass build failures. drivers/built-in.o: In function `goldfish_battery_probe': drivers/power/goldfish_battery.c:181: undefined reference to `devm_ioremap' Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 85ad58c6da17..32c6294c1668 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -377,6 +377,7 @@ config AB8500_BM
377config BATTERY_GOLDFISH 377config BATTERY_GOLDFISH
378 tristate "Goldfish battery driver" 378 tristate "Goldfish battery driver"
379 depends on GOLDFISH || COMPILE_TEST 379 depends on GOLDFISH || COMPILE_TEST
380 depends on HAS_IOMEM
380 help 381 help
381 Say Y to enable support for the battery and AC power in the 382 Say Y to enable support for the battery and AC power in the
382 Goldfish emulator. 383 Goldfish emulator.