diff options
author | David Anders <danders@amltd.com> | 2006-09-21 17:57:12 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-27 04:35:03 -0400 |
commit | da56c949261d462452a68cf05bfc645445bee830 (patch) | |
tree | a45a6982066ffb357b314a88cee63e830e5df9f3 /arch/arm/mach-s3c2410/Kconfig | |
parent | 7d95ded91149564100a3181d341361aedcfd5bf5 (diff) |
[ARM] 3854/2: S3C2410 - add machine type for AML M5900 series (resubmitted)
Add the AML M5900 series to the list of supported machines in the
arch/arm/mach-s3c2410 directory. This ensures the core peripherals
are registered, and the timer source is configured. if selected in
the kernel config the framebuffer registers and mtd partition
information are set. This version of the patch has corrected
formatting and removed the legacy procfs directory entry.
Signed-off-by: David Anders <danders@amltd.com>
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index 40bfef006c0c..458b36b2353b 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -2,6 +2,13 @@ if ARCH_S3C2410 | |||
2 | 2 | ||
3 | menu "S3C24XX Implementations" | 3 | menu "S3C24XX Implementations" |
4 | 4 | ||
5 | config MACH_AML_M5900 | ||
6 | bool "AML M5900 Series" | ||
7 | select CPU_S3C2410 | ||
8 | help | ||
9 | Say Y here if you are using the American Microsystems M5900 Series | ||
10 | <http://www.amltd.com> | ||
11 | |||
5 | config MACH_ANUBIS | 12 | config MACH_ANUBIS |
6 | bool "Simtec Electronics ANUBIS" | 13 | bool "Simtec Electronics ANUBIS" |
7 | select CPU_S3C2440 | 14 | select CPU_S3C2440 |