aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/Kconfig
diff options
context:
space:
mode:
authorPhilip, Avinash <avinashphilip@ti.com>2012-07-25 07:28:18 -0400
committerThierry Reding <thierry.reding@avionic-design.de>2012-07-26 01:44:52 -0400
commit8e0cb05b3b758885aab09883adf189f8dd8402b2 (patch)
tree2ac613b6894bec3dbd75095a9f27c90dac76f4b5 /drivers/pwm/Kconfig
parentd295b129762bf6b2b7541243f496e363580de4a2 (diff)
pwm: pwm-tiecap: PWM driver support for ECAP APWM
ECAP hardware on AM33XX SOC supports auxiliary PWM (APWM) feature. This commit adds PWM driver support for ECAP hardware on AM33XX SOC. In the ECAP hardware, each PWM pin can also be configured to be in capture mode. Current implementation only supports PWM mode of operation. Also, hardware supports sync between multiple PWM pins but the driver supports simple independent PWM functionality. Reviewed-by: Vaibhav Bedia <vaibhav.bedia@ti.com> Signed-off-by: Philip, Avinash <avinashphilip@ti.com> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r--drivers/pwm/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 94e176e26f4c..2b7db5d1f852 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -76,6 +76,16 @@ config PWM_TEGRA
76 To compile this driver as a module, choose M here: the module 76 To compile this driver as a module, choose M here: the module
77 will be called pwm-tegra. 77 will be called pwm-tegra.
78 78
79config PWM_TIECAP
80 tristate "ECAP PWM support"
81 depends on SOC_AM33XX
82 help
83 PWM driver support for the ECAP APWM controller found on AM33XX
84 TI SOC
85
86 To compile this driver as a module, choose M here: the module
87 will be called pwm-tiecap.
88
79config PWM_VT8500 89config PWM_VT8500
80 tristate "vt8500 pwm support" 90 tristate "vt8500 pwm support"
81 depends on ARCH_VT8500 91 depends on ARCH_VT8500