diff options
author | Philip, Avinash <avinashphilip@ti.com> | 2012-07-25 07:28:19 -0400 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-07-26 01:45:20 -0400 |
commit | 19891b20e7c275feb92d669f4b1879861f7e8c25 (patch) | |
tree | 9b7e6421be6209a1e7666f90f2b269860bffdaa5 /drivers/pwm/Kconfig | |
parent | 8e0cb05b3b758885aab09883adf189f8dd8402b2 (diff) |
pwm: pwm-tiehrpwm: PWM driver support for EHRPWM
Enhanced high resolution PWM module (EHRPWM) hardware can be used to
generate PWM output over 2 channels. This commit adds PWM driver support
for EHRPWM device present on AM33XX SOC. Current implementation supports
simple 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/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 2b7db5d1f852..8fc3808d7a3e 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -86,6 +86,16 @@ config PWM_TIECAP | |||
86 | To compile this driver as a module, choose M here: the module | 86 | To compile this driver as a module, choose M here: the module |
87 | will be called pwm-tiecap. | 87 | will be called pwm-tiecap. |
88 | 88 | ||
89 | config PWM_TIEHRPWM | ||
90 | tristate "EHRPWM PWM support" | ||
91 | depends on SOC_AM33XX | ||
92 | help | ||
93 | PWM driver support for the EHRPWM controller found on AM33XX | ||
94 | TI SOC | ||
95 | |||
96 | To compile this driver as a module, choose M here: the module | ||
97 | will be called pwm-tiehrpwm. | ||
98 | |||
89 | config PWM_VT8500 | 99 | config PWM_VT8500 |
90 | tristate "vt8500 pwm support" | 100 | tristate "vt8500 pwm support" |
91 | depends on ARCH_VT8500 | 101 | depends on ARCH_VT8500 |