blob: cec250091cffd7f5577dedba8f10d8d2f678b6e4 [file] [log] [blame]
Sascha Hauer0c2498f2011-01-28 09:40:40 +01001obj-$(CONFIG_PWM) += core.o
Thierry Redinga4315e32012-01-02 20:53:50 +01002obj-$(CONFIG_PWM_BFIN) += pwm-bfin.o
Sascha Hauer29693242012-03-15 10:04:35 +01003obj-$(CONFIG_PWM_IMX) += pwm-imx.o
Shawn Guo4dce82c2012-04-04 10:50:52 +08004obj-$(CONFIG_PWM_MXS) += pwm-mxs.o
Thierry Reding17b2b472012-01-02 21:22:38 +01005obj-$(CONFIG_PWM_PXA) += pwm-pxa.o
Sascha Hauer215c29d2012-03-15 10:04:36 +01006obj-$(CONFIG_PWM_SAMSUNG) += pwm-samsung.o
Thierry Reding0134b932011-12-21 07:47:07 +01007obj-$(CONFIG_PWM_TEGRA) += pwm-tegra.o
Sascha Hauera245cce2012-03-15 10:04:37 +01008obj-$(CONFIG_PWM_VT8500) += pwm-vt8500.o