public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] power: make goldfish option have a dependency on goldfish
@ 2013-02-27 18:27 Paul Gortmaker
  2013-02-27 23:18 ` Anton Vorontsov
  0 siblings, 1 reply; 12+ messages in thread
From: Paul Gortmaker @ 2013-02-27 18:27 UTC (permalink / raw)
  To: linux-kernel; +Cc: Paul Gortmaker, Anton Vorontsov, David Woodhouse

Nearly all the other goldfish peripherals (mtd, keyboard, etc)
have a dependency on the main platform's GOLDFISH Kconfig item,
but this one got skipped, so add it.

Cc: Anton Vorontsov <cbou@mail.ru>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
 drivers/power/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 9e00c38..d314528 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -348,7 +348,7 @@ config AB8500_BM
 
 config BATTERY_GOLDFISH
 	tristate "Goldfish battery driver"
-	depends on GENERIC_HARDIRQS
+	depends on GENERIC_HARDIRQS && GOLDFISH
 	help
 	  Say Y to enable support for the battery and AC power in the
 	  Goldfish emulator.
-- 
1.8.1.2


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-03-09 22:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-27 18:27 [PATCH] power: make goldfish option have a dependency on goldfish Paul Gortmaker
2013-02-27 23:18 ` Anton Vorontsov
2013-02-28  0:48   ` Paul Gortmaker
2013-02-28  1:35     ` Anton Vorontsov
2013-02-28  2:17       ` Paul Gortmaker
2013-02-28  2:59         ` Anton Vorontsov
2013-02-28  6:42           ` Geert Uytterhoeven
2013-03-08 16:38           ` Paul Gortmaker
2013-03-09  1:18             ` Anton Vorontsov
2013-03-09 15:49               ` Paul Gortmaker
2013-03-09 16:52                 ` Gene Heskett
2013-03-09 21:59                 ` Anton Vorontsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox