diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2018-05-25 21:24:39 +0200 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2018-06-21 17:31:19 -0700 |
commit | 79db60a8bb0b32fdda90a338f09fc83d7d576abe (patch) | |
tree | 70212b9970f6b61e91c2d798b28fd8c289a7b35e /arch/arm64/configs/defconfig | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff) |
arm64: defconfig: Enable RPi voltage sensor
The patch enables the hwmon driver for the Raspberry Pi.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-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 3cfa8ca26738..2823566bbb31 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -365,6 +365,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 |