Message ID | 20170414154056.32055-4-ralph.sennhauser@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Apr 14, 2017 at 5:40 PM, Ralph Sennhauser <ralph.sennhauser@gmail.com> wrote: > From: Andrew Lunn <andrew@lunn.ch> > > Now that the GPIO driver also supports PWM operation, enable the PWM > framework and fan driver in mvebu_v7_defconfig. > > Signed-off-by: Andrew Lunn <andrew@lunn.ch> > URL: https://patchwork.ozlabs.org/patch/427297/ > [Ralph Sennhauser: add fan driver to defconfig] > Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com> > Tested-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Linus Walleij <linus.walleij@linaro.org> Please funnel this through ARM SoC. Yours, Linus Walleij
Hi, On lun., avril 24 2017, Linus Walleij <linus.walleij@linaro.org> wrote: > On Fri, Apr 14, 2017 at 5:40 PM, Ralph Sennhauser > <ralph.sennhauser@gmail.com> wrote: > >> From: Andrew Lunn <andrew@lunn.ch> >> >> Now that the GPIO driver also supports PWM operation, enable the PWM >> framework and fan driver in mvebu_v7_defconfig. >> >> Signed-off-by: Andrew Lunn <andrew@lunn.ch> >> URL: https://patchwork.ozlabs.org/patch/427297/ >> [Ralph Sennhauser: add fan driver to defconfig] >> Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com> >> Tested-by: Andrew Lunn <andrew@lunn.ch> > > Acked-by: Linus Walleij <linus.walleij@linaro.org> > > Please funnel this through ARM SoC. Applied on mvebu/defconfig Thanks, Gregory > > Yours, > Linus Walleij
diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig index f1a0e25..6955370 100644 --- a/arch/arm/configs/mvebu_v7_defconfig +++ b/arch/arm/configs/mvebu_v7_defconfig @@ -135,6 +135,8 @@ CONFIG_DMADEVICES=y CONFIG_MV_XOR=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_MEMORY=y +CONFIG_PWM=y +CONFIG_SENSORS_PWM_FAN=y CONFIG_EXT4_FS=y CONFIG_ISO9660_FS=y CONFIG_JOLIET=y