diff mbox

[v3] 3/7] thermal: Remove ARCH_KIRKWOOD dependency

Message ID 1409417172-6846-4-git-send-email-andrew@lunn.ch (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Andrew Lunn Aug. 30, 2014, 4:46 p.m. UTC
mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
Depend on MACH_KIRKWOOD, which will be set when kirkwood is 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Eduardo Valentin Sept. 2, 2014, 11:53 a.m. UTC | #1
Andrew,

On Sat, Aug 30, 2014 at 12:46 PM, Andrew Lunn <andrew@lunn.ch> wrote:
> mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
> Depend on MACH_KIRKWOOD, which will be set when kirkwood is 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 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
> index 693208eb9047..ef5587fe2c69 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

I have no objections with this change. So, wrt thermal:
Acked-by: Eduardo Valentin <edubezval@gmail.com>

>         depends on OF
>         help
>           Support for the Kirkwood thermal sensor driver into the Linux thermal
> --
> 2.1.0
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 693208eb9047..ef5587fe2c69 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