[PATCH v2] thermal: enable broadcom menu for arm64 bcm2835
Stefan Wahren
stefan.wahren at i2se.com
Sat Sep 23 04:22:52 PDT 2017
Hi Allen,
> Allen Wild <allenwild93 at gmail.com> hat am 2. September 2017 um 05:36 geschrieben:
>
>
> 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")
> Cc: linux-rpi-kernel at lists.infradead.org
> Signed-off-by: Allen Wild <allenwild93 at gmail.com>
could you please resend your patch with thermal maintainers in CC?
Thanks
Stefan
> ---
> drivers/thermal/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
> index b5b5facb8747..962620925878 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.14.1
>
>
> _______________________________________________
> linux-rpi-kernel mailing list
> linux-rpi-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-rpi-kernel
More information about the linux-rpi-kernel
mailing list