summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/Kconfig
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2011-07-01 10:58:18 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 20:18:29 +0800
commit2bf19580412475d00519df2018869970b55bf946 (patch)
tree503ba7d384ba153ad49d9b9d2600b2a24fc9c365 /arch/arm/mach-mx6/Kconfig
parente1a46b96f090577ee353ff347ff755111754cf5f (diff)
ENGR00152291-1 [MX6]Add anatop thermal driver
Currently only support temperature reading, and since the chip need calibration, and they will write the calibration parameter into fuse later, we need to wait for it and improve this thermal sensor's accuracy. Also, cooling device will be added later. Signed-off-by: Anson Huang <b20788@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/Kconfig')
-rw-r--r--arch/arm/mach-mx6/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/Kconfig b/arch/arm/mach-mx6/Kconfig
index de2743e25b01..389a9c01cc49 100644
--- a/arch/arm/mach-mx6/Kconfig
+++ b/arch/arm/mach-mx6/Kconfig
@@ -8,6 +8,7 @@ config ARCH_MX6Q
select ARM_GIC
select IMX_HAVE_PLATFORM_IMX_UART
select IMX_HAVE_PLATFORM_FEC
+ select IMX_HAVE_PLATFORM_IMX_ANATOP_THERMAL
config FORCE_MAX_ZONEORDER
int "MAX_ORDER"
@@ -26,6 +27,7 @@ config MACH_MX6Q_SABREAUTO
select IMX_HAVE_PLATFORM_SPI_IMX
select IMX_HAVE_PLATFORM_IMX_I2C
select IMX_HAVE_PLATFORM_VIV_GPU
+ select IMX_HAVE_PLATFORM_IMX_ANATOP_THERMAL
help
Include support for i.MX 6Quad SABRE Automotive Infotainment platform. This includes specific
configurations for the board and its peripherals.