Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319229
b: refs/heads/master
c: 19891b2
h: refs/heads/master
i:
  319227: 9308aac
v: v3
  • Loading branch information
Philip, Avinash authored and Thierry Reding committed Jul 26, 2012
1 parent eed1f67 commit 50b5cd8
Show file tree
Hide file tree
Showing 4 changed files with 423 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e0cb05b3b758885aab09883adf189f8dd8402b2
refs/heads/master: 19891b20e7c275feb92d669f4b1879861f7e8c25
10 changes: 10 additions & 0 deletions trunk/drivers/pwm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ config PWM_TIECAP
To compile this driver as a module, choose M here: the module
will be called pwm-tiecap.

config PWM_TIEHRPWM
tristate "EHRPWM PWM support"
depends on SOC_AM33XX
help
PWM driver support for the EHRPWM controller found on AM33XX
TI SOC

To compile this driver as a module, choose M here: the module
will be called pwm-tiehrpwm.

config PWM_VT8500
tristate "vt8500 pwm support"
depends on ARCH_VT8500
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/pwm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ obj-$(CONFIG_PWM_PXA) += pwm-pxa.o
obj-$(CONFIG_PWM_SAMSUNG) += pwm-samsung.o
obj-$(CONFIG_PWM_TEGRA) += pwm-tegra.o
obj-$(CONFIG_PWM_TIECAP) += pwm-tiecap.o
obj-$(CONFIG_PWM_TIEHRPWM) += pwm-tiehrpwm.o
obj-$(CONFIG_PWM_VT8500) += pwm-vt8500.o
Loading

0 comments on commit 50b5cd8

Please sign in to comment.