diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2018-02-25 18:38:09 +0300 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2018-02-27 02:30:43 +0300 |
commit | bb9d91a4e5c87cabfa2c9d35761374aa11150c2d (patch) | |
tree | d0ef32538d350c769bdf21dc38fb737543ded05f | |
parent | 4e46a8583b508e9dc105f1efbd03b67918291939 (diff) | |
download | linux-bb9d91a4e5c87cabfa2c9d35761374aa11150c2d.tar.xz |
ARM: multi_v7_defconfig: Enable thermal driver for RPi 2/3
This turns on the CONFIG_BCM2835_THERMAL as module for
Raspberry Pi 2 and 3.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index f77bd01c7927..a431989cdaf2 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -465,6 +465,7 @@ CONFIG_SENSORS_NTC_THERMISTOR=m CONFIG_SENSORS_PWM_FAN=m CONFIG_SENSORS_INA2XX=m CONFIG_CPU_THERMAL=y +CONFIG_BCM2835_THERMAL=m CONFIG_BRCMSTB_THERMAL=m CONFIG_ROCKCHIP_THERMAL=y CONFIG_RCAR_THERMAL=y |