summaryrefslogtreecommitdiff
path: root/arch/arm/configs/mvebu_v7_defconfig
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2017-04-14 17:40:54 +0200
committerGregory CLEMENT <gregory.clement@free-electrons.com>2017-06-17 08:14:10 +0200
commit4cdcf1efcc2623c7a5358d38d71aecc8bed32b7e (patch)
tree86b1690cf95387e4ee2ec3e7753ccd7b64fcec53 /arch/arm/configs/mvebu_v7_defconfig
parent2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff)
ARM: mvebu: Enable SENSORS_PWM_FAN in defconfig
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> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/configs/mvebu_v7_defconfig')
-rw-r--r--arch/arm/configs/mvebu_v7_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig
index f1a0e2503cbe..69553704f2dc 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