aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2440/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c2440/Kconfig')
-rw-r--r--arch/arm/mach-s3c2440/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig
index 8cfeaec37306..3cb12e39e0a8 100644
--- a/arch/arm/mach-s3c2440/Kconfig
+++ b/arch/arm/mach-s3c2440/Kconfig
@@ -33,6 +33,7 @@ config MACH_ANUBIS
33 select PM_SIMTEC if PM 33 select PM_SIMTEC if PM
34 select HAVE_PATA_PLATFORM 34 select HAVE_PATA_PLATFORM
35 select S3C24XX_GPIO_EXTRA64 35 select S3C24XX_GPIO_EXTRA64
36 select S3C2440_XTAL_12000000
36 select S3C_DEV_USB_HOST 37 select S3C_DEV_USB_HOST
37 help 38 help
38 Say Y here if you are using the Simtec Electronics ANUBIS 39 Say Y here if you are using the Simtec Electronics ANUBIS
@@ -44,6 +45,7 @@ config MACH_OSIRIS
44 select S3C24XX_DCLK 45 select S3C24XX_DCLK
45 select PM_SIMTEC if PM 46 select PM_SIMTEC if PM
46 select S3C24XX_GPIO_EXTRA128 47 select S3C24XX_GPIO_EXTRA128
48 select S3C2440_XTAL_12000000
47 select S3C_DEV_USB_HOST 49 select S3C_DEV_USB_HOST
48 help 50 help
49 Say Y here if you are using the Simtec IM2440D20 module, also 51 Say Y here if you are using the Simtec IM2440D20 module, also
@@ -52,6 +54,7 @@ config MACH_OSIRIS
52config MACH_RX3715 54config MACH_RX3715
53 bool "HP iPAQ rx3715" 55 bool "HP iPAQ rx3715"
54 select CPU_S3C2440 56 select CPU_S3C2440
57 select S3C2440_XTAL_16934400
55 select PM_H1940 if PM 58 select PM_H1940 if PM
56 help 59 help
57 Say Y here if you are using the HP iPAQ rx3715. 60 Say Y here if you are using the HP iPAQ rx3715.
@@ -59,6 +62,7 @@ config MACH_RX3715
59config ARCH_S3C2440 62config ARCH_S3C2440
60 bool "SMDK2440" 63 bool "SMDK2440"
61 select CPU_S3C2440 64 select CPU_S3C2440
65 select S3C2440_XTAL_16934400
62 select MACH_SMDK 66 select MACH_SMDK
63 select S3C_DEV_USB_HOST 67 select S3C_DEV_USB_HOST
64 help 68 help
@@ -67,6 +71,7 @@ config ARCH_S3C2440
67config MACH_NEXCODER_2440 71config MACH_NEXCODER_2440
68 bool "NexVision NEXCODER 2440 Light Board" 72 bool "NexVision NEXCODER 2440 Light Board"
69 select CPU_S3C2440 73 select CPU_S3C2440
74 select S3C2440_XTAL_12000000
70 select S3C_DEV_USB_HOST 75 select S3C_DEV_USB_HOST
71 help 76 help
72 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board 77 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
@@ -75,6 +80,7 @@ config SMDK2440_CPU2440
75 bool "SMDK2440 with S3C2440 CPU module" 80 bool "SMDK2440 with S3C2440 CPU module"
76 depends on ARCH_S3C2440 81 depends on ARCH_S3C2440
77 default y if ARCH_S3C2440 82 default y if ARCH_S3C2440
83 select S3C2440_XTAL_16934400
78 select CPU_S3C2440 84 select CPU_S3C2440
79 85
80config MACH_AT2440EVB 86config MACH_AT2440EVB