aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Wild <allenwild93@gmail.com>2017-09-26 13:37:44 -0400
committerEduardo Valentin <edubezval@gmail.com>2017-10-31 22:32:13 -0400
commitfec3624f0bcdb6b20ef9ccf9d9d55d0d75d776f8 (patch)
tree6630981e91a88e2e65819659d76ac580791e6cb0
parent4eca8cac256a9557f9e1295147df8135c0b3540f (diff)
thermal: enable broadcom menu for arm64 bcm2835
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") Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Allen Wild <allenwild93@gmail.com> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
-rw-r--r--drivers/thermal/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 07002df4f83a..e3f0d1fd1720 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -408,7 +408,7 @@ config MTK_THERMAL
408 controller present in Mediatek SoCs 408 controller present in Mediatek SoCs
409 409
410menu "Broadcom thermal drivers" 410menu "Broadcom thermal drivers"
411depends on ARCH_BCM || COMPILE_TEST 411depends on ARCH_BCM || ARCH_BCM2835 || COMPILE_TEST
412source "drivers/thermal/broadcom/Kconfig" 412source "drivers/thermal/broadcom/Kconfig"
413endmenu 413endmenu
414 414