diff mbox

thermal: enable broadcom menu for arm64 bcm2835

Message ID 1506447464-3234-1-git-send-email-stefan.wahren@i2se.com (mailing list archive)
State Accepted
Delegated to: Eduardo Valentin
Headers show

Commit Message

Stefan Wahren Sept. 26, 2017, 5:37 p.m. UTC
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(-)

Comments

Stefan Wahren Oct. 12, 2017, 5:32 p.m. UTC | #1
> 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 ...
Eduardo Valentin Oct. 17, 2017, 12:27 a.m. UTC | #2
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
diff mbox

Patch

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