diff options
| author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-21 18:39:09 -0500 |
|---|---|---|
| committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-21 20:05:23 -0500 |
| commit | acf2d41d8595829eb0ac7bf6891f4875a78d4d6e (patch) | |
| tree | 80fe2af25c1c378a252538f29086634a3ca6aa8a /arch/arm/mach-s3c24xx/Kconfig | |
| parent | 5aa93c0ab86f6553a573276b17c7518c611c84a2 (diff) | |
ARM: S3C24XX: Move mach-s3c2440/ pll into mach-s3c24xx/
This patch moves mach-s3c2440/pll into mach-s3c24xx/
and removes arch/arm/mach-s3c2440/ directory in kernel.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Kconfig')
| -rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index edf6549391b7..67df58bdc096 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig | |||
| @@ -400,6 +400,32 @@ config S3C2440_DMA | |||
| 400 | help | 400 | help |
| 401 | Support for S3C2440 specific DMA code5A | 401 | Support for S3C2440 specific DMA code5A |
| 402 | 402 | ||
| 403 | config S3C2440_XTAL_12000000 | ||
| 404 | bool | ||
| 405 | help | ||
| 406 | Indicate that the build needs to support 12MHz system | ||
| 407 | crystal. | ||
| 408 | |||
| 409 | config S3C2440_XTAL_16934400 | ||
| 410 | bool | ||
| 411 | help | ||
| 412 | Indicate that the build needs to support 16.9344MHz system | ||
| 413 | crystal. | ||
| 414 | |||
| 415 | config S3C2440_PLL_12000000 | ||
| 416 | bool | ||
| 417 | depends on S3C2440_CPUFREQ && S3C2440_XTAL_12000000 | ||
| 418 | default y if CPU_FREQ_S3C24XX_PLL | ||
| 419 | help | ||
| 420 | PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals. | ||
| 421 | |||
| 422 | config S3C2440_PLL_16934400 | ||
| 423 | bool | ||
| 424 | depends on S3C2440_CPUFREQ && S3C2440_XTAL_16934400 | ||
| 425 | default y if CPU_FREQ_S3C24XX_PLL | ||
| 426 | help | ||
| 427 | PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals. | ||
| 428 | |||
| 403 | comment "S3C2440 Boards" | 429 | comment "S3C2440 Boards" |
| 404 | 430 | ||
| 405 | # | 431 | # |
