diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-20 12:22:24 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-21 13:45:57 +0900 |
commit | 106cc6aa73f594015fc8b99f7c70d1b7cf23f19a (patch) | |
tree | f27c6bee20500832fda427f94b6eea40e8327c75 /arch/arm/plat-samsung/Makefile | |
parent | 6890556c140469622497bea98cf49bf93f92f922 (diff) |
ARM: SAMSUNG: Move pmw.c to plat-samsung
Move the PWM driver support to plat-samsung, as these PWM blocks are
close enough across the current range to be supported by this driver.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-samsung/Makefile')
-rw-r--r-- | arch/arm/plat-samsung/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile index 27d5bfb60b2..f31e64f3a1c 100644 --- a/arch/arm/plat-samsung/Makefile +++ b/arch/arm/plat-samsung/Makefile @@ -42,3 +42,7 @@ obj-$(CONFIG_S3C_DEV_NAND) += dev-nand.o # PM support obj-$(CONFIG_PM) += pm-gpio.o + +# PWM support + +obj-$(CONFIG_HAVE_PWM) += pwm.o |