aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-s3c24xx/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
index c94ef77405ed..5884bbb7952e 100644
--- a/arch/arm/mach-s3c24xx/Kconfig
+++ b/arch/arm/mach-s3c24xx/Kconfig
@@ -405,7 +405,7 @@ config MACH_S3C2416_DT
405 405
406endif # CPU_S3C2416 406endif # CPU_S3C2416
407 407
408if CPU_S3C2440 408if CPU_S3C2440 || CPU_S3C2442
409 409
410config S3C2440_XTAL_12000000 410config S3C2440_XTAL_12000000
411 bool 411 bool
@@ -432,6 +432,9 @@ config S3C2440_PLL_16934400
432 default y if S3C24XX_PLL 432 default y if S3C24XX_PLL
433 help 433 help
434 PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals. 434 PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.
435endif
436
437if CPU_S3C2440
435 438
436comment "S3C2440 Boards" 439comment "S3C2440 Boards"
437 440