diff options
author | David Anders <danders@amltd.com> | 2008-04-10 17:36:59 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-04-17 12:34:56 -0400 |
commit | 79b34afa68de4088081bcb7b4aed0fc4d8bf3618 (patch) | |
tree | 973a360661305f76e6a5ab722383ce6fb3f7adea /arch/arm/mach-s3c2410/Kconfig | |
parent | de56a2f9228477866449963c2aff9df4728ea7fb (diff) |
[ARM] 4963/1: S3C2410 - add basic machine support for the TCT Hammer
Add the TinCanTools Hammer board to list of supported machines in the
arch/arm/mach-s3c2410 directory, as well as a default config entry. the
mach-tct_hammer.c file initializes basic i/o, clocks, irqs, as well as
the mtd flash layout if enabled in the kernel configuration.
Signed-off-by: David Anders <danders@amltd.com>
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index e2079cf9266f..cd3dc0834b3b 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -97,6 +97,13 @@ config BAST_PC104_IRQ | |||
97 | Say Y here to enable the PC104 IRQ routing on the | 97 | Say Y here to enable the PC104 IRQ routing on the |
98 | Simtec BAST (EB2410ITX) | 98 | Simtec BAST (EB2410ITX) |
99 | 99 | ||
100 | config MACH_TCT_HAMMER | ||
101 | bool "TCT Hammer Board" | ||
102 | select CPU_S3C2410 | ||
103 | help | ||
104 | Say Y here if you are using the TinCanTools Hammer Board | ||
105 | <http://www.tincantools.com> | ||
106 | |||
100 | config MACH_VR1000 | 107 | config MACH_VR1000 |
101 | bool "Thorcom VR1000" | 108 | bool "Thorcom VR1000" |
102 | select PM_SIMTEC if PM | 109 | select PM_SIMTEC if PM |