mvebu: update and fixup 4.4 patches
[openwrt/openwrt.git] / target / linux / mvebu / patches-4.4 / 205-arm_mvebu_enable_pwm_in_defconfig.patch
1 Now that the gpio driver also supports PWM operation, enable
2 the PWM framework in mvebu_v7_defconfig.
3
4 Signed-off-by: Andrew Lunn <andrew@lunn.ch>
5 ---
6 arch/arm/configs/mvebu_v7_defconfig | 1 +
7 1 file changed, 1 insertion(+)
8
9 --- a/arch/arm/configs/mvebu_v7_defconfig
10 +++ b/arch/arm/configs/mvebu_v7_defconfig
11 @@ -131,6 +131,7 @@ CONFIG_DMADEVICES=y
12 CONFIG_MV_XOR=y
13 # CONFIG_IOMMU_SUPPORT is not set
14 CONFIG_MEMORY=y
15 +CONFIG_PWM=y
16 CONFIG_EXT4_FS=y
17 CONFIG_ISO9660_FS=y
18 CONFIG_JOLIET=y