summaryrefslogtreecommitdiff
path: root/arch/arm/configs/exynos_defconfig
diff options
context:
space:
mode:
authorAndreas Faerber <afaerber@suse.de>2014-11-22 23:31:30 +0900
committerKukjin Kim <kgene@kernel.org>2014-12-23 00:20:44 +0900
commit842ebf60bbad6d6e5ebaa063409fefdd2a7eb992 (patch)
treef3134f48a541d0d095dbab1259e1d1088e73a004 /arch/arm/configs/exynos_defconfig
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff)
ARM: exynos_defconfig: Enable LM90 driver
multi_v7_defconfig has it as Y already, so build it in here, too, for consistency, and therefore build in HWMON as well. Signed-off-by: Andreas Faerber <afaerber@suse.de> Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/configs/exynos_defconfig')
-rw-r--r--arch/arm/configs/exynos_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index 5ef14de00a29..311157124619 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -84,7 +84,8 @@ CONFIG_DEBUG_GPIO=y
CONFIG_POWER_SUPPLY=y
CONFIG_BATTERY_SBS=y
CONFIG_CHARGER_TPS65090=y
-# CONFIG_HWMON is not set
+CONFIG_HWMON=y
+CONFIG_SENSORS_LM90=y
CONFIG_THERMAL=y
CONFIG_EXYNOS_THERMAL=y
CONFIG_EXYNOS_THERMAL_CORE=y