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>
This commit is contained in:
Peng Fan
2016-12-02 13:43:03 +08:00
committed by Stefano Babic
parent 1f6a664802
commit 5a25b71202

View File

@ -10,7 +10,7 @@ if DM_THERMAL
config IMX_THERMAL config IMX_THERMAL
bool "Temperature sensor driver for Freescale i.MX SoCs" bool "Temperature sensor driver for Freescale i.MX SoCs"
depends on MX6 depends on MX6 || MX7
help help
Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs. Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs.
It supports one critical trip point and one passive trip point. The It supports one critical trip point and one passive trip point. The