diff options
-rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 5 |
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 | ||
406 | endif # CPU_S3C2416 | 406 | endif # CPU_S3C2416 |
407 | 407 | ||
408 | if CPU_S3C2440 | 408 | if CPU_S3C2440 || CPU_S3C2442 |
409 | 409 | ||
410 | config S3C2440_XTAL_12000000 | 410 | config 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. |
435 | endif | ||
436 | |||
437 | if CPU_S3C2440 | ||
435 | 438 | ||
436 | comment "S3C2440 Boards" | 439 | comment "S3C2440 Boards" |
437 | 440 | ||