ARM: exynos_defconfig: Enable LM90 driver
authorAndreas Faerber <afaerber@suse.de>
Sat, 22 Nov 2014 14:31:30 +0000 (23:31 +0900)
committerKukjin Kim <kgene@kernel.org>
Mon, 22 Dec 2014 15:20:44 +0000 (00:20 +0900)
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>
arch/arm/configs/exynos_defconfig

index 5ef14de00a29ba2f433fc93a47d95912569817c8..311157124619957801af7fcd166a82150eaa2536 100644 (file)
@@ -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
This page took 0.025401 seconds and 5 git commands to generate.