Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319206
b: refs/heads/master
c: 215c29d
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hauer authored and Thierry Reding committed Jul 2, 2012
1 parent 09400cd commit a3b7c75
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 147 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29693248edf10830db2ef82b36806e378ff75c67
refs/heads/master: 215c29d3d0e925189ade522d1ea6052a320d7692
4 changes: 0 additions & 4 deletions trunk/arch/arm/plat-samsung/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,3 @@ obj-$(CONFIG_S5P_SLEEP) += s5p-sleep.o
# PD support

obj-$(CONFIG_SAMSUNG_PD) += pd.o

# PWM support

obj-$(CONFIG_HAVE_PWM) += pwm.o
9 changes: 9 additions & 0 deletions trunk/drivers/pwm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ config PWM_PXA
To compile this driver as a module, choose M here: the module
will be called pwm-pxa.

config PWM_SAMSUNG
tristate "Samsung pwm support"
depends on PLAT_SAMSUNG
help
Generic PWM framework driver for Samsung.

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

config PWM_TEGRA
tristate "NVIDIA Tegra PWM support"
depends on ARCH_TEGRA
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/pwm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ obj-$(CONFIG_PWM) += core.o
obj-$(CONFIG_PWM_BFIN) += pwm-bfin.o
obj-$(CONFIG_PWM_IMX) += pwm-imx.o
obj-$(CONFIG_PWM_PXA) += pwm-pxa.o
obj-$(CONFIG_PWM_SAMSUNG) += pwm-samsung.o
obj-$(CONFIG_PWM_TEGRA) += pwm-tegra.o
Loading

0 comments on commit a3b7c75

Please sign in to comment.