Message ID | 20190424181010.28950-1-nicoleotsuka@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: Add HWMON INA3221 support | expand |
On Wed, Apr 24, 2019 at 11:10:10AM -0700, Nicolin Chen wrote: > Tegra186 board under arm64 is using this device, according to > its dts file. So this patch enables its driver with a "=m" as > the other HWMON drivers. > > Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com> Sorry to ping this patch. But I am wondering if I sent it wrong -- had been missing some other reviewers or maillists. May some one kindly remind me? Thank you Nicolin > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 04cc2a2adc39..00043e706399 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -424,6 +424,7 @@ CONFIG_SENSORS_LM90=m > CONFIG_SENSORS_PWM_FAN=m > CONFIG_SENSORS_RASPBERRYPI_HWMON=m > CONFIG_SENSORS_INA2XX=m > +CONFIG_SENSORS_INA3221=m > CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y > CONFIG_CPU_THERMAL=y > CONFIG_THERMAL_EMULATION=y > -- > 2.17.1 >
On Wed, Apr 24, 2019 at 11:10:10AM -0700, Nicolin Chen wrote: > Tegra186 board under arm64 is using this device, according to > its dts file. So this patch enables its driver with a "=m" as > the other HWMON drivers. > > Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) Applied, thanks. Thierry
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 04cc2a2adc39..00043e706399 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -424,6 +424,7 @@ CONFIG_SENSORS_LM90=m CONFIG_SENSORS_PWM_FAN=m CONFIG_SENSORS_RASPBERRYPI_HWMON=m CONFIG_SENSORS_INA2XX=m +CONFIG_SENSORS_INA3221=m CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y CONFIG_CPU_THERMAL=y CONFIG_THERMAL_EMULATION=y
Tegra186 board under arm64 is using this device, according to its dts file. So this patch enables its driver with a "=m" as the other HWMON drivers. Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)