[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1309470483-18546-3-git-send-email-gurligebis@gentoo.org>
Date: Thu, 30 Jun 2011 21:48:03 +0000
From: Bjarke Istrup Pedersen <gurligebis@...too.org>
To: linux-kernel@...r.kernel.org
Cc: Bjarke Istrup Pedersen <gurligebis@...too.org>
Subject: [PATCH 2/2] Making sure GEODE_WDT depends on CONFIG_MFD_CS5535
From: Bjarke Istrup Pedersen <gurligebis@...too.org>
Fixes dependency problem for GEODE_WDT.
Signed-off-by: Bjarke Istrup Pedersen <gurligebis@...too.org>
---
drivers/watchdog/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 9536d38..b9f2c66 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -432,7 +432,7 @@ config SP5100_TCO
config GEODE_WDT
tristate "AMD Geode CS5535/CS5536 Watchdog"
- depends on CS5535_MFGPT
+ depends on CS5535_MFGPT && CONFIG_MFD_CS5535
help
This driver enables a watchdog capability built into the
CS5535/CS5536 companion chips for the AMD Geode GX and LX
--
1.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists