diff options
author | Javi Merino <[email protected]> | 2016-06-13 16:15:14 +0100 |
---|---|---|
committer | Sudeep Holla <[email protected]> | 2016-06-20 16:45:30 +0100 |
commit | 2a0e527c7ed60f9c85233bfe69a9023798c1d428 (patch) | |
tree | e53995b6295a1c0b029fdc063befa15d742e1832 | |
parent | 71ee68a8e7a37a020433a11388ef8e86310662f2 (diff) |
arm64: defconfig: enable SENSORS_ARM_SCPI
ARM SCPI Sensors were merged for v4.4 and they are defined in the Juno
dts. Enable it in the defconfig to get them registered automatically in
Juno by default.
Signed-off-by: Javi Merino <[email protected]>
Signed-off-by: Sudeep Holla <[email protected]>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 07fcc465bbae..d284253070b2 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -198,6 +198,7 @@ CONFIG_POWER_RESET_XGENE=y CONFIG_POWER_RESET_SYSCON=y CONFIG_SENSORS_LM90=m CONFIG_SENSORS_INA2XX=m +CONFIG_SENSORS_ARM_SCPI=y CONFIG_THERMAL=y CONFIG_THERMAL_EMULATION=y CONFIG_EXYNOS_THERMAL=y |