summaryrefslogtreecommitdiffstats
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
commit5ebd542e37333a71ef23f61f86f97c7b3905c819 (patch)
tree586bbb68a965ff81d5d2012dde6ae46a36e4319b /target/linux/mvebu/patches-4.4/205-arm_mvebu_enable_pwm_in_defconfig.patch
parentb17844d21af30b467e108c765c7010eba2b2b28e (diff)
downloadmaster-31e0f0ae-5ebd542e37333a71ef23f61f86f97c7b3905c819.tar.gz
master-31e0f0ae-5ebd542e37333a71ef23f61f86f97c7b3905c819.tar.bz2
master-31e0f0ae-5ebd542e37333a71ef23f61f86f97c7b3905c819.zip
mvebu: add support for 4.4-rc
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 47819
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