diff options
author | Martin Sperl <kernel@martin.sperl.org> | 2016-11-02 10:18:26 +0000 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-11-11 09:00:00 -0800 |
commit | ac178e4280e65f4d0d14b13a7bfec3a43ff90e66 (patch) | |
tree | 2c24e5d30634de746516b382000d5c50880a4de0 /arch/arm64/configs | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | blackbird-op-linux-ac178e4280e65f4d0d14b13a7bfec3a43ff90e66.tar.gz blackbird-op-linux-ac178e4280e65f4d0d14b13a7bfec3a43ff90e66.zip |
ARM64: bcm2835: add thermal driver to default config
Add the thermal driver for bcm2837 to list of compiled modules
in the default config.
Changelog:
V7 -> V8: rebased
Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index dab2cb0c1f1c..37b2f0ae9ccf 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -271,6 +271,7 @@ CONFIG_THERMAL=y CONFIG_THERMAL_EMULATION=y CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y CONFIG_CPU_THERMAL=y +CONFIG_BCM2835_THERMAL=y CONFIG_EXYNOS_THERMAL=y CONFIG_WATCHDOG=y CONFIG_RENESAS_WDT=y |