diff options
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 |