Skip to content

Commit 26d13bf

Browse files
afaerberKukjin Kim
authored andcommitted
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>
1 parent 2809d90 commit 26d13bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/configs/exynos_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ CONFIG_DEBUG_GPIO=y
8484
CONFIG_POWER_SUPPLY=y
8585
CONFIG_BATTERY_SBS=y
8686
CONFIG_CHARGER_TPS65090=y
87-
# CONFIG_HWMON is not set
87+
CONFIG_HWMON=y
88+
CONFIG_SENSORS_LM90=y
8889
CONFIG_THERMAL=y
8990
CONFIG_EXYNOS_THERMAL=y
9091
CONFIG_EXYNOS_THERMAL_CORE=y

0 commit comments

Comments
 (0)