aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/Kconfig
diff options
context:
space:
mode:
authorBanajit Goswami <banajit.g@samsung.com>2011-02-28 11:54:51 -0500
committerKukjin Kim <kgene.kim@samsung.com>2011-03-02 20:09:58 -0500
commit2ce30137094969123a8846ca4f68c2628ea4a658 (patch)
treed9bd096eedc9cb8b4d977c0342b8aa60d709925b /arch/arm/mach-s3c64xx/Kconfig
parentdd9c1549edef02290edced639f67b54a25abbe0e (diff)
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/mach-s3c64xx/Kconfig')
-rw-r--r--arch/arm/mach-s3c64xx/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig
index 579d2f0f4dd0..f3a953f02dd6 100644
--- a/arch/arm/mach-s3c64xx/Kconfig
+++ b/arch/arm/mach-s3c64xx/Kconfig
@@ -231,7 +231,7 @@ config MACH_HMT
231 select S3C_DEV_NAND 231 select S3C_DEV_NAND
232 select S3C_DEV_USB_HOST 232 select S3C_DEV_USB_HOST
233 select S3C64XX_SETUP_FB_24BPP 233 select S3C64XX_SETUP_FB_24BPP
234 select HAVE_PWM 234 select SAMSUNG_DEV_PWM
235 help 235 help
236 Machine support for the Airgoo HMT 236 Machine support for the Airgoo HMT
237 237
@@ -249,8 +249,8 @@ config MACH_SMARTQ
249 select S3C64XX_SETUP_SDHCI 249 select S3C64XX_SETUP_SDHCI
250 select S3C64XX_SETUP_FB_24BPP 250 select S3C64XX_SETUP_FB_24BPP
251 select SAMSUNG_DEV_ADC 251 select SAMSUNG_DEV_ADC
252 select SAMSUNG_DEV_PWM
252 select SAMSUNG_DEV_TS 253 select SAMSUNG_DEV_TS
253 select HAVE_PWM
254 help 254 help
255 Shared machine support for SmartQ 5/7 255 Shared machine support for SmartQ 5/7
256 256