aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2017-04-14 11:40:54 -0400
committerGregory CLEMENT <gregory.clement@free-electrons.com>2017-06-17 02:14:10 -0400
commit4cdcf1efcc2623c7a5358d38d71aecc8bed32b7e (patch)
tree86b1690cf95387e4ee2ec3e7753ccd7b64fcec53
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>
-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
135CONFIG_MV_XOR=y 135CONFIG_MV_XOR=y
136# CONFIG_IOMMU_SUPPORT is not set 136# CONFIG_IOMMU_SUPPORT is not set
137CONFIG_MEMORY=y 137CONFIG_MEMORY=y
138CONFIG_PWM=y
139CONFIG_SENSORS_PWM_FAN=y
138CONFIG_EXT4_FS=y 140CONFIG_EXT4_FS=y
139CONFIG_ISO9660_FS=y 141CONFIG_ISO9660_FS=y
140CONFIG_JOLIET=y 142CONFIG_JOLIET=y