diff options
author | Yoichi Yuasa <yuasa@linux-mips.org> | 2009-11-01 21:37:36 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-11-27 03:17:00 -0500 |
commit | 415c7d26d28fa10edb46503a8dd5b6440d479c0b (patch) | |
tree | 43d00e480553dcfd11aced901ff58b9d0216609c /arch/arm/mach-mx3/Kconfig | |
parent | 143a179d6cafe939c881ee918574e3943157ef01 (diff) |
Add KZM-ARM11-01 support
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Kconfig')
-rw-r--r-- | arch/arm/mach-mx3/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig index 0177b8a5fe3a..ea8ed109a7c2 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig | |||
@@ -103,4 +103,12 @@ config MACH_MX35_3DS | |||
103 | help | 103 | help |
104 | Include support for MX35PDK platform. This includes specific | 104 | Include support for MX35PDK platform. This includes specific |
105 | configurations for the board and its peripherals. | 105 | configurations for the board and its peripherals. |
106 | |||
107 | config MACH_KZM_ARM11_01 | ||
108 | bool "Support KZM-ARM11-01(Kyoto Microcomputer)" | ||
109 | select ARCH_MX31 | ||
110 | help | ||
111 | Include support for KZM-ARM11-01. This includes specific | ||
112 | configurations for the board and its peripherals. | ||
113 | |||
106 | endif | 114 | endif |