Message ID | 1546016003-7572-1-git-send-email-stefan.wahren@i2se.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: Re-enable bcm2835-thermal driver | expand |
On Fri, Dec 28, 2018 at 05:53:23PM +0100, Stefan Wahren wrote: > The bcm2835-thermal driver was added with commit ac178e4280e6 > ("ARM64: bcm2835: add thermal driver to default config"). Unfortunately > this was accidentally dropped by commit eb1e6716cc9c > ("arm64: defconfig: sync with savedefconfig"). So enable the driver again. > > Fixes: eb1e6716cc9c ("arm64: defconfig: sync with savedefconfig") > Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Applied to next/late. Thanks. -Olof
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index d0724d4..3ef443c 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -403,6 +403,7 @@ CONFIG_THERMAL_EMULATION=y CONFIG_ROCKCHIP_THERMAL=m CONFIG_RCAR_GEN3_THERMAL=y CONFIG_ARMADA_THERMAL=y +CONFIG_BCM2835_THERMAL=m CONFIG_BRCMSTB_THERMAL=m CONFIG_EXYNOS_THERMAL=y CONFIG_TEGRA_BPMP_THERMAL=m
The bcm2835-thermal driver was added with commit ac178e4280e6 ("ARM64: bcm2835: add thermal driver to default config"). Unfortunately this was accidentally dropped by commit eb1e6716cc9c ("arm64: defconfig: sync with savedefconfig"). So enable the driver again. Fixes: eb1e6716cc9c ("arm64: defconfig: sync with savedefconfig") Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)