diff options
author | Banajit Goswami <banajit.g@samsung.com> | 2011-02-28 22:24:51 +0530 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-03-03 10:09:58 +0900 |
commit | 2ce30137094969123a8846ca4f68c2628ea4a658 (patch) | |
tree | d9bd096eedc9cb8b4d977c0342b8aa60d709925b /arch/arm/plat-samsung/Kconfig | |
parent | dd9c1549edef02290edced639f67b54a25abbe0e (diff) | |
download | talos-op-linux-2ce30137094969123a8846ca4f68c2628ea4a658.tar.gz talos-op-linux-2ce30137094969123a8846ca4f68c2628ea4a658.zip |
ARM: SAMSUNG: Move PWM device definition from plat-s3c24xx to plat-samsung
This patch does the following:-
1. It moves file pwm.c from plat-s3c24xx to plat-samsung. This will
enable all machines with Samsung SoCs to make use of the same code.
2. The device definitions have been separated to a new file dev-pwm.c
for better clarity and structure.
3. It will enable all Samsung S3C and S5P series SoC's to use common
PWM Kconfig definition.
Signed-off-by: Banajit Goswami <banajit.g@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/Kconfig')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index 32be05cf82a3..be72100b81b4 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig @@ -273,6 +273,19 @@ config SAMSUNG_DEV_KEYPAD help Compile in platform device definitions for keypad +config SAMSUNG_DEV_PWM + bool + default y if ARCH_S3C2410 + help + Compile in platform device definition for PWM Timer + +config S3C24XX_PWM + bool "PWM device support" + select HAVE_PWM + help + Support for exporting the PWM timer blocks via the pwm device + system + # DMA config S3C_DMA |