[OpenWrt-Devel] [OpenWrt-devel] [PATCH v3 1/4] imx6: add PWM support

Tim Harvey tharvey at gateworks.com
Tue Dec 29 18:07:26 EST 2015


Adds ~2KB to kernel, likely not worth creating modules for

Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
v3: include static in kernel vs module options (very small)
---
 target/linux/imx6/config-4.1 | 3 +++
 target/linux/imx6/config-4.3 | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/target/linux/imx6/config-4.1 b/target/linux/imx6/config-4.1
index 52544a7..60b6b51 100644
--- a/target/linux/imx6/config-4.1
+++ b/target/linux/imx6/config-4.1
@@ -302,6 +302,9 @@ CONFIG_PL310_ERRATA_769419=y
 CONFIG_PM_OPP=y
 CONFIG_PPS=y
 CONFIG_PTP_1588_CLOCK=y
+CONFIG_PWM=y
+CONFIG_PWM_IMX=y
+CONFIG_PWM_SYSFS=y
 CONFIG_RAS=y
 CONFIG_RATIONAL=y
 CONFIG_RCU_STALL_COMMON=y
diff --git a/target/linux/imx6/config-4.3 b/target/linux/imx6/config-4.3
index ae4f797..6c820d0 100644
--- a/target/linux/imx6/config-4.3
+++ b/target/linux/imx6/config-4.3
@@ -314,6 +314,9 @@ CONFIG_PL310_ERRATA_769419=y
 CONFIG_PM_OPP=y
 CONFIG_PPS=y
 CONFIG_PTP_1588_CLOCK=y
+CONFIG_PWM=y
+CONFIG_PWM_IMX=y
+CONFIG_PWM_SYSFS=y
 CONFIG_RAS=y
 CONFIG_RATIONAL=y
 CONFIG_RCU_STALL_COMMON=y
-- 
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list