diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-06-18 18:06:41 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-18 18:06:41 -0400 |
commit | 96ce2385dd2817da549910001a69ac0a2762a1b9 (patch) | |
tree | 18ec36e9e1e8a6b7c19aacb53c256fdb941c4ecd /arch/arm/mach-s3c2410/Kconfig | |
parent | 66a9b49a370baac75d90b7da9a2445997a8a9438 (diff) |
[ARM] 3559/1: S3C2442: core and serial port
Patch from Ben Dooks
Core support for the Samsung S3C2442, and the
serial port driver update to allow the serial
port blocks to be used.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index 970f98dadffc..0c334136db7c 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -70,6 +70,18 @@ config ARCH_S3C2440 | |||
70 | help | 70 | help |
71 | Say Y here if you are using the SMDK2440. | 71 | Say Y here if you are using the SMDK2440. |
72 | 72 | ||
73 | config SMDK2440_CPU2440 | ||
74 | bool "SMDK2440 with S3C2440 cpu module" | ||
75 | depends on ARCH_S3C2440 | ||
76 | default y if ARCH_S3C2440 | ||
77 | select CPU_S3C2440 | ||
78 | |||
79 | config SMDK2440_CPU2442 | ||
80 | bool "SMDM2440 with S3C2442 cpu module" | ||
81 | depends on ARCH_S3C2440 | ||
82 | select CPU_S3C2442 | ||
83 | |||
84 | |||
73 | config MACH_VR1000 | 85 | config MACH_VR1000 |
74 | bool "Thorcom VR1000" | 86 | bool "Thorcom VR1000" |
75 | select CPU_S3C2410 | 87 | select CPU_S3C2410 |
@@ -109,12 +121,26 @@ config CPU_S3C2410 | |||
109 | Support for S3C2410 and S3C2410A family from the S3C24XX line | 121 | Support for S3C2410 and S3C2410A family from the S3C24XX line |
110 | of Samsung Mobile CPUs. | 122 | of Samsung Mobile CPUs. |
111 | 123 | ||
124 | config CPU_S3C244X | ||
125 | bool | ||
126 | depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442) | ||
127 | help | ||
128 | Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems. | ||
129 | |||
112 | config CPU_S3C2440 | 130 | config CPU_S3C2440 |
113 | bool | 131 | bool |
114 | depends on ARCH_S3C2410 | 132 | depends on ARCH_S3C2410 |
133 | select CPU_S3C244X | ||
115 | help | 134 | help |
116 | Support for S3C2440 Samsung Mobile CPU based systems. | 135 | Support for S3C2440 Samsung Mobile CPU based systems. |
117 | 136 | ||
137 | config CPU_S3C2442 | ||
138 | bool | ||
139 | depends on ARCH_S3C2420 | ||
140 | select CPU_S3C244X | ||
141 | help | ||
142 | Support for S3C2442 Samsung Mobile CPU based systems. | ||
143 | |||
118 | comment "S3C2410 Boot" | 144 | comment "S3C2410 Boot" |
119 | 145 | ||
120 | config S3C2410_BOOT_WATCHDOG | 146 | config S3C2410_BOOT_WATCHDOG |