From: Peng Fan Date: Fri, 2 Dec 2016 05:43:03 +0000 (+0800) Subject: imx: thermal: Kconfig: add MX7 X-Git-Tag: v2017.01-rc3~1^2~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5a25b712026012f64e1264f1aa1ead26cd6b1366;p=oweals%2Fu-boot.git imx: thermal: Kconfig: add MX7 The thermal drivers support i.MX6 and i.MX7, add MX7 in Kconfig file. Signed-off-by: Peng Fan Cc: Stefano Babic --- diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index f0ffbb3083..886f5fa546 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -10,7 +10,7 @@ if DM_THERMAL config IMX_THERMAL bool "Temperature sensor driver for Freescale i.MX SoCs" - depends on MX6 + depends on MX6 || MX7 help Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs. It supports one critical trip point and one passive trip point. The