diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-07-01 08:17:24 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-07-03 11:51:30 -0400 |
commit | 6fc601e37bbb4045ee0afefc76b64284ea800c89 (patch) | |
tree | a13ef2ff40cd759b48a340225720ae6edfeef2d7 /arch/arm/plat-s3c24xx/Kconfig | |
parent | d5c52922b618aa6ddd6b5ebebc8d0a5ec9a20f10 (diff) |
[ARM] S3C24XX: PWM API support.
Add support for PWM in the S3C24XX series of SoC via the
PWM API.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c24xx/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index 1521f1ce3b2b..5e28c217b8c2 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig | |||
@@ -21,6 +21,13 @@ config CPU_S3C244X | |||
21 | help | 21 | help |
22 | Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems. | 22 | Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems. |
23 | 23 | ||
24 | config S3C24XX_PWM | ||
25 | bool "PWM device support" | ||
26 | select HAVE_PWM | ||
27 | help | ||
28 | Support for exporting the PWM timer blocks via the pwm device | ||
29 | system. | ||
30 | |||
24 | config PM_SIMTEC | 31 | config PM_SIMTEC |
25 | bool | 32 | bool |
26 | help | 33 | help |