aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-4.4/205-arm_mvebu_enable_pwm_in_defconfig.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-12-10 12:11:39 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-12-10 12:11:39 +0000
commit618fae4a7f899ff52e8d7961f938eab9504c095d (patch)
tree87792ea7917f8c587b906df674f27ff899108afe /target/linux/mvebu/patches-4.4/205-arm_mvebu_enable_pwm_in_defconfig.patch
parent8466384db1154a107b86bf3ca10b166a21bd81d0 (diff)
downloadmaster-187ad058-618fae4a7f899ff52e8d7961f938eab9504c095d.tar.gz
master-187ad058-618fae4a7f899ff52e8d7961f938eab9504c095d.tar.bz2
master-187ad058-618fae4a7f899ff52e8d7961f938eab9504c095d.zip
mvebu: add support for 4.4-rc
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47819 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu/patches-4.4/205-arm_mvebu_enable_pwm_in_defconfig.patch')
-rw-r--r--target/linux/mvebu/patches-4.4/205-arm_mvebu_enable_pwm_in_defconfig.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/mvebu/patches-4.4/205-arm_mvebu_enable_pwm_in_defconfig.patch b/target/linux/mvebu/patches-4.4/205-arm_mvebu_enable_pwm_in_defconfig.patch
new file mode 100644
index 0000000000..024d692544
--- /dev/null
+++ b/target/linux/mvebu/patches-4.4/205-arm_mvebu_enable_pwm_in_defconfig.patch
@@ -0,0 +1,18 @@
+Now that the gpio driver also supports PWM operation, enable
+the PWM framework in mvebu_v7_defconfig.
+
+Signed-off-by: Andrew Lunn <andrew@lunn.ch>
+---
+ arch/arm/configs/mvebu_v7_defconfig | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/arch/arm/configs/mvebu_v7_defconfig
++++ b/arch/arm/configs/mvebu_v7_defconfig
+@@ -120,6 +120,7 @@ CONFIG_DMADEVICES=y
+ CONFIG_MV_XOR=y
+ # CONFIG_IOMMU_SUPPORT is not set
+ CONFIG_MEMORY=y
++CONFIG_PWM=y
+ CONFIG_EXT4_FS=y
+ CONFIG_ISO9660_FS=y
+ CONFIG_JOLIET=y