Message ID | 1527276279-23876-7-git-send-email-stefan.wahren@i2se.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Stefan Wahren <stefan.wahren@i2se.com> writes: > The patch enables the hwmon driver for the Raspberry Pi. > > Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> I've pulled this series to our -next branches now.
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 3299505..e5c7198 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -353,6 +353,7 @@ CONFIG_BATTERY_BQ27XXX=y CONFIG_SENSORS_ARM_SCPI=y CONFIG_SENSORS_LM90=m CONFIG_SENSORS_INA2XX=m +CONFIG_SENSORS_RASPBERRYPI_HWMON=m CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y CONFIG_CPU_THERMAL=y CONFIG_THERMAL_EMULATION=y
The patch enables the hwmon driver for the Raspberry Pi. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)