diff options
author | Andrew Lunn <andrew@lunn.ch> | 2017-04-14 11:40:54 -0400 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-06-17 02:14:10 -0400 |
commit | 4cdcf1efcc2623c7a5358d38d71aecc8bed32b7e (patch) | |
tree | 86b1690cf95387e4ee2ec3e7753ccd7b64fcec53 | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (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_defconfig | 2 |
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 | |||
135 | CONFIG_MV_XOR=y | 135 | CONFIG_MV_XOR=y |
136 | # CONFIG_IOMMU_SUPPORT is not set | 136 | # CONFIG_IOMMU_SUPPORT is not set |
137 | CONFIG_MEMORY=y | 137 | CONFIG_MEMORY=y |
138 | CONFIG_PWM=y | ||
139 | CONFIG_SENSORS_PWM_FAN=y | ||
138 | CONFIG_EXT4_FS=y | 140 | CONFIG_EXT4_FS=y |
139 | CONFIG_ISO9660_FS=y | 141 | CONFIG_ISO9660_FS=y |
140 | CONFIG_JOLIET=y | 142 | CONFIG_JOLIET=y |