diff options
author | Mathew McBride <matt@traverse.com.au> | 2018-04-17 09:43:38 +1000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-30 10:53:57 +0200 |
commit | 40120ca6709c4f47d739688797a39c31859d3a85 (patch) | |
tree | fc14fa55159f5454bbe80fe8b38782d578ec9e8e /target/linux/layerscape/armv8_64b/config-4.9 | |
parent | efc1096ef0d15f1bfa6d5f7890fff7420e30fbee (diff) | |
download | upstream-40120ca6709c4f47d739688797a39c31859d3a85.tar.gz upstream-40120ca6709c4f47d739688797a39c31859d3a85.tar.bz2 upstream-40120ca6709c4f47d739688797a39c31859d3a85.zip |
layerscape: enable QorIQ thermal driver
This provides access to the CPU die temperature sensor and
the thermal throttling integration
Signed-off-by: Mathew McBride <matt@traverse.com.au>
Diffstat (limited to 'target/linux/layerscape/armv8_64b/config-4.9')
-rw-r--r-- | target/linux/layerscape/armv8_64b/config-4.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/layerscape/armv8_64b/config-4.9 b/target/linux/layerscape/armv8_64b/config-4.9 index 06a63057e8..af675abc30 100644 --- a/target/linux/layerscape/armv8_64b/config-4.9 +++ b/target/linux/layerscape/armv8_64b/config-4.9 @@ -1232,3 +1232,4 @@ CONFIG_XZ_DEC_SPARC=y CONFIG_XZ_DEC_X86=y CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y +CONFIG_QORIQ_THERMAL=y |