aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2410/Kconfig
diff options
context:
space:
mode:
authorBalaji Rao <balajirrao@openmoko.org>2009-02-22 04:39:57 +0000
committerAndy Green <agreen@octopus.localdomain>2009-02-22 04:39:57 +0000
commit4082bc2934bf1e6363e2a5c4c98b3836e54d8695 (patch)
treeec56ac151eb32f5b2de4bf94c5e99e21d9447356 /arch/arm/mach-s3c2410/Kconfig
parentd7617452eb27c1054ff67c4c9db4b63053d20125 (diff)
move_pwm_code_to_plat_s3c.patch
Since the pwm code in mach-2410 can be reused for 6410, move it to plat-s3c. Signed-off-by: Balaji Rao <balajirrao@openmoko.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r--arch/arm/mach-s3c2410/Kconfig7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig
index ba58f9cac95..ea5d8f24f64 100644
--- a/arch/arm/mach-s3c2410/Kconfig
+++ b/arch/arm/mach-s3c2410/Kconfig
@@ -10,7 +10,7 @@ config CPU_S3C2410
select CPU_ARM920T
select S3C2410_CLOCK
select S3C2410_GPIO
- select S3C2410_PWM
+ select S3C_PWM
select CPU_LLSERIAL_S3C2410
select S3C2410_PM if PM
help
@@ -46,11 +46,6 @@ config MACH_BAST_IDE
Internal node for machines with an BAST style IDE
interface
-config S3C2410_PWM
- bool
- help
- PWM timer code for the S3C2410, and similar processors
-
menu "S3C2410 Machines"