diff options
author | Jürgen Schindele <linux@schindele.name> | 2006-06-29 11:01:43 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-29 11:25:37 -0400 |
commit | 326764a85b7676388db3ebad6488f312631d7661 (patch) | |
tree | 26c0b1e7ce4fe32fcb6ed26258d8532af3eba30f /arch/arm/Kconfig | |
parent | a144a5633c1e625c3134c2ce8d549a054468fd98 (diff) |
[ARM] 3666/1: TRIZEPS4 [1/5] core
Patch from Jürgen Schindele
This patch adds support for Trizeps4 SoM and ConXS-evalboard
from "Keith und Koep" This DIMM-module is based on PXA270.
Signed-off-by: Jürgen Schindele <linux@schindele.name>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d28d2571f080..919d8b92aaa4 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -547,7 +547,7 @@ config LEDS | |||
547 | ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ | 547 | ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ |
548 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ | 548 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ |
549 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ | 549 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ |
550 | ARCH_AT91RM9200 | 550 | ARCH_AT91RM9200 || MACH_TRIZEPS4 |
551 | help | 551 | help |
552 | If you say Y here, the LEDs on your machine will be used | 552 | If you say Y here, the LEDs on your machine will be used |
553 | to provide useful information about your current system status. | 553 | to provide useful information about your current system status. |