diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-01-25 15:36:47 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-01-25 15:36:47 +0000 |
commit | d9c6ff8c2524c66801d9e1f9eedfc102a6464498 (patch) | |
tree | de269919d669e252654c03e8864720f9f44e36e6 /target/linux/mvebu/config-3.18 | |
parent | 9a172c70ebb756d09c6dd02abbb3aec4535fb86e (diff) | |
download | upstream-d9c6ff8c2524c66801d9e1f9eedfc102a6464498.tar.gz upstream-d9c6ff8c2524c66801d9e1f9eedfc102a6464498.tar.bz2 upstream-d9c6ff8c2524c66801d9e1f9eedfc102a6464498.zip |
mvebu: gpio based pwm support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44129
Diffstat (limited to 'target/linux/mvebu/config-3.18')
-rw-r--r-- | target/linux/mvebu/config-3.18 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/mvebu/config-3.18 b/target/linux/mvebu/config-3.18 index 9b2b4800fe..068d0fd064 100644 --- a/target/linux/mvebu/config-3.18 +++ b/target/linux/mvebu/config-3.18 @@ -142,6 +142,7 @@ CONFIG_GPIOLIB=y CONFIG_GPIO_DEVRES=y CONFIG_GPIO_GENERIC=y CONFIG_GPIO_MVEBU=y +CONFIG_GPIO_MVEBU_PWM=y CONFIG_GPIO_SYSFS=y CONFIG_HANDLE_DOMAIN_IRQ=y CONFIG_HARDIRQS_SW_RESEND=y @@ -291,6 +292,8 @@ CONFIG_PJ4B_ERRATA_4742=y # CONFIG_PL310_ERRATA_769419 is not set CONFIG_PLAT_ORION=y CONFIG_PM_OPP=y +CONFIG_PWM=y +# CONFIG_PWM_FSL_FTM is not set # CONFIG_PREEMPT_RCU is not set CONFIG_RCU_STALL_COMMON=y CONFIG_RFS_ACCEL=y |