summaryrefslogtreecommitdiff
path: root/include/configs/mx6_common.h
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-05-06 18:13:04 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-05-06 18:13:04 +0800
commit90bb670a129723c77bc3dbfe60fc81d0a8d3b625 (patch)
treef28db6d653c338bf77c4327bb8fa81014714f9b0 /include/configs/mx6_common.h
parent3f0eb9faac520e2f3e50214df34ef9d6c25e011a (diff)
downloadu-boot-imx-90bb670a129723c77bc3dbfe60fc81d0a8d3b625.zip
u-boot-imx-90bb670a129723c77bc3dbfe60fc81d0a8d3b625.tar.gz
u-boot-imx-90bb670a129723c77bc3dbfe60fc81d0a8d3b625.tar.bz2
MLK-10829-2 imx:mx6 support thermal for all mx6
Move CONFIG_IMX_THERMAL to mx6_common.h Make CONFIG_MXC_OCOTP only depends on CONFIG_CMD_FUSE, since when THERMAL is not implemented, we may use fuse. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/configs/mx6_common.h')
-rw-r--r--include/configs/mx6_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index d7ce792..c2c3c50 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2012-2015 Freescale Semiconductor, Inc.
* Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
@@ -46,4 +47,6 @@ defined(CONFIG_MX6DL)) && !defined(CONFIG_MX6SOLO)
#define CONFIG_MX6Q
#endif
+#define CONFIG_IMX_THERMAL
+
#endif