linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] thermal: enable broadcom menu for arm64 bcm2835
@ 2017-09-26 17:37 Stefan Wahren
  2017-10-12 17:32 ` Stefan Wahren
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Wahren @ 2017-09-26 17:37 UTC (permalink / raw)
  To: Zhang Rui, Eduardo Valentin
  Cc: linux-pm, linux-kernel, Allen Wild, Stefan Wahren

From: Allen Wild <allenwild93@gmail.com>

Moving the bcm2835 thermal driver to the broadcom directory prevented it
from getting enabled for arm64 builds, since the broadcom directory is only
available when 32-bit specific ARCH_BCM is set.

Fix this by enabling the Broadcom menu for ARCH_BCM or ARCH_BCM2835.

Fixes: 6892cf07e733 ("thermal: bcm2835: move to the broadcom subdirectory")
Signed-off-by: Allen Wild <allenwild93@gmail.com>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 drivers/thermal/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 07002df..e3f0d1f 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -408,7 +408,7 @@ config MTK_THERMAL
 	  controller present in Mediatek SoCs
 
 menu "Broadcom thermal drivers"
-depends on ARCH_BCM || COMPILE_TEST
+depends on ARCH_BCM || ARCH_BCM2835 || COMPILE_TEST
 source "drivers/thermal/broadcom/Kconfig"
 endmenu
 
-- 
2.7.4

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

* Re: [PATCH] thermal: enable broadcom menu for arm64 bcm2835
  2017-09-26 17:37 [PATCH] thermal: enable broadcom menu for arm64 bcm2835 Stefan Wahren
@ 2017-10-12 17:32 ` Stefan Wahren
  2017-10-17  0:27   ` Eduardo Valentin
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Wahren @ 2017-10-12 17:32 UTC (permalink / raw)
  To: Zhang Rui, Eduardo Valentin; +Cc: linux-kernel, linux-pm, Allen Wild

> Stefan Wahren <stefan.wahren@i2se.com> hat am 26. September 2017 um 19:37 geschrieben:
> 
> 
> From: Allen Wild <allenwild93@gmail.com>
> 
> Moving the bcm2835 thermal driver to the broadcom directory prevented it
> from getting enabled for arm64 builds, since the broadcom directory is only
> available when 32-bit specific ARCH_BCM is set.
> 
> Fix this by enabling the Broadcom menu for ARCH_BCM or ARCH_BCM2835.
> 
> Fixes: 6892cf07e733 ("thermal: bcm2835: move to the broadcom subdirectory")
> Signed-off-by: Allen Wild <allenwild93@gmail.com>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---

gentle ping to Eduardo ...

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

* Re: [PATCH] thermal: enable broadcom menu for arm64 bcm2835
  2017-10-12 17:32 ` Stefan Wahren
@ 2017-10-17  0:27   ` Eduardo Valentin
  0 siblings, 0 replies; 3+ messages in thread
From: Eduardo Valentin @ 2017-10-17  0:27 UTC (permalink / raw)
  To: Stefan Wahren; +Cc: Zhang Rui, linux-kernel, linux-pm, Allen Wild

On Thu, Oct 12, 2017 at 07:32:27PM +0200, Stefan Wahren wrote:
> > Stefan Wahren <stefan.wahren@i2se.com> hat am 26. September 2017 um 19:37 geschrieben:
> > 
> > 
> > From: Allen Wild <allenwild93@gmail.com>
> > 
> > Moving the bcm2835 thermal driver to the broadcom directory prevented it
> > from getting enabled for arm64 builds, since the broadcom directory is only
> > available when 32-bit specific ARCH_BCM is set.
> > 
> > Fix this by enabling the Broadcom menu for ARCH_BCM or ARCH_BCM2835.
> > 
> > Fixes: 6892cf07e733 ("thermal: bcm2835: move to the broadcom subdirectory")
> > Signed-off-by: Allen Wild <allenwild93@gmail.com>
> > Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> > ---
> 
> gentle ping to Eduardo ...

Collecting this

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

end of thread, other threads:[~2017-10-17  0:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-26 17:37 [PATCH] thermal: enable broadcom menu for arm64 bcm2835 Stefan Wahren
2017-10-12 17:32 ` Stefan Wahren
2017-10-17  0:27   ` Eduardo Valentin

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).