diff options
author | Stefan Agner <stefan@agner.ch> | 2018-03-18 21:34:37 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-27 15:38:11 +0200 |
commit | 76b5bce4bb5ea9e57c465cc7c67b1b632518772d (patch) | |
tree | 5ee1985bae2045b72f9df0ecc2ddbe8cd954689b /arch/arm/configs/multi_v7_defconfig | |
parent | efec24d8b16746a9a2e0e6513e7fdd0abdbe6074 (diff) | |
download | linux-76b5bce4bb5ea9e57c465cc7c67b1b632518772d.tar.bz2 |
ARM: multi_v7_defconfig: enable thermal driver for i.MX devices
Enable the i.MX thermal driver required for i.MX SoC family.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/multi_v7_defconfig')
-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 99a9f214caeb..736f9df8f683 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -474,6 +474,7 @@ CONFIG_SENSORS_INA2XX=m CONFIG_CPU_THERMAL=y CONFIG_BCM2835_THERMAL=m CONFIG_BRCMSTB_THERMAL=m +CONFIG_IMX_THERMAL=y CONFIG_ROCKCHIP_THERMAL=y CONFIG_RCAR_THERMAL=y CONFIG_ARMADA_THERMAL=y |