diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-12-02 13:43:03 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-01-02 17:08:25 +0100 |
commit | 5a25b712026012f64e1264f1aa1ead26cd6b1366 (patch) | |
tree | c629e7e5badc61a6b907026fe537d736f1a57ced /drivers/thermal | |
parent | 1f6a664802a4044779b9aebe03b9af6d2745de5f (diff) | |
download | u-boot-5a25b712026012f64e1264f1aa1ead26cd6b1366.tar.gz |
imx: thermal: Kconfig: add MX7
The thermal drivers support i.MX6 and i.MX7, add MX7 in Kconfig file.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |