From: Andrew Lunn <andrew@lunn.ch>
To: Jason Cooper <jason@lakedaemon.net>,
Sebastian Hesselbarth <sebastian.hesselbarth@googlemail.com>
Cc: Gregory Clement <gregory.clement@free-electrons.com>,
rmk+kernel@arm.linux.org.uk, Andrew Lunn <andrew@lunn.ch>,
Zhang Rui <rui.zhang@intel.com>,
linux-pm@vger.kernel.org
Subject: [PATCH 07/13] thermal: Replace ARCH_KIRKWOOD and ARCH_DOVE dependency
Date: Sun, 29 Jun 2014 22:59:56 +0200 [thread overview]
Message-ID: <1404075603-31838-10-git-send-email-andrew@lunn.ch> (raw)
In-Reply-To: <1404075603-31838-1-git-send-email-andrew@lunn.ch>
Both mach-kirkwood and mach-dove has been removed, now that these SoCs
live in mach-mvebu. Depend on MACH_KIRKWOOD and MACH_DOVE, which will
be set when these SoCs are built as part of ARCH_MVEBU.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: linux-pm@vger.kernel.org
---
drivers/thermal/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index f9a13867cb70..a0f1371517ee 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -143,7 +143,7 @@ config RCAR_THERMAL
config KIRKWOOD_THERMAL
tristate "Temperature sensor on Marvell Kirkwood SoCs"
- depends on ARCH_KIRKWOOD || MACH_KIRKWOOD
+ depends on MACH_KIRKWOOD
depends on OF
help
Support for the Kirkwood thermal sensor driver into the Linux thermal
@@ -151,7 +151,7 @@ config KIRKWOOD_THERMAL
config DOVE_THERMAL
tristate "Temperature sensor on Marvell Dove SoCs"
- depends on ARCH_DOVE
+ depends on MACH_DOVE
depends on OF
help
Support for the Dove thermal sensor driver in the Linux thermal
--
2.0.0
next prev parent reply other threads:[~2014-06-29 21:04 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-29 20:59 [PATCH 00/13] Remove mach-kirkwood and mach-dove Andrew Lunn
2014-06-29 20:59 ` [PATCH 05/13] cpuidle: kirkwood: Replace ARCH_KIRKWOOD dependency Andrew Lunn
2014-06-29 20:59 ` Andrew Lunn [this message]
2014-06-29 21:35 ` [PATCH 00/13] Remove mach-kirkwood and mach-dove Russell King - ARM Linux
2014-06-30 7:16 ` [alsa-devel] " Jean-Francois Moine
2014-06-30 8:49 ` Russell King - ARM Linux
2014-06-30 9:47 ` Jean-Francois Moine
2014-06-30 10:00 ` Russell King - ARM Linux
2014-06-30 12:15 ` Sebastian Hesselbarth
2014-06-30 12:43 ` Russell King - ARM Linux
2014-06-30 13:22 ` Sebastian Hesselbarth
2014-06-30 14:25 ` Russell King - ARM Linux
2014-06-30 15:35 ` Sebastian Hesselbarth
2014-06-30 16:56 ` Russell King - ARM Linux
2014-06-30 17:31 ` Sebastian Hesselbarth
2014-06-30 19:35 ` Russell King - ARM Linux
2014-06-30 17:43 ` Andrew Lunn
2014-06-30 18:08 ` Russell King - ARM Linux
2014-06-30 18:16 ` Andrew Lunn
2014-07-06 9:49 ` [rtc-linux] " Alexander Holler
2014-06-30 22:21 ` Ezequiel Garcia
2014-07-08 12:13 ` Jason Cooper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1404075603-31838-10-git-send-email-andrew@lunn.ch \
--to=andrew@lunn.ch \
--cc=gregory.clement@free-electrons.com \
--cc=jason@lakedaemon.net \
--cc=linux-pm@vger.kernel.org \
--cc=rmk+kernel@arm.linux.org.uk \
--cc=rui.zhang@intel.com \
--cc=sebastian.hesselbarth@googlemail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).