diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-20 04:22:24 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-21 05:45:57 +0100 |
commit | 106cc6aa73f594015fc8b99f7c70d1b7cf23f19a (patch) | |
tree | f27c6bee20500832fda427f94b6eea40e8327c75 /arch/arm/plat-samsung/Makefile | |
parent | ARM: SAMSUNG: Move more support into plat-samsung (diff) | |
download | linux-106cc6aa73f594015fc8b99f7c70d1b7cf23f19a.tar.xz linux-106cc6aa73f594015fc8b99f7c70d1b7cf23f19a.zip |
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 27d5bfb60b2e..f31e64f3a1c3 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 |