thermal: enable broadcom menu for arm64 bcm2835
authorAllen Wild <allenwild93@gmail.com>
Tue, 26 Sep 2017 17:37:44 +0000 (19:37 +0200)
committerEduardo Valentin <edubezval@gmail.com>
Wed, 1 Nov 2017 02:32:13 +0000 (19:32 -0700)
commitfec3624f0bcdb6b20ef9ccf9d9d55d0d75d776f8
tree6630981e91a88e2e65819659d76ac580791e6cb0
parent4eca8cac256a9557f9e1295147df8135c0b3540f
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>
drivers/thermal/Kconfig