diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-02-06 09:42:26 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-07 10:15:08 -0400 |
commit | 54df526819d3bfbc1af3f13aed7a3f9b9fdbdd04 (patch) | |
tree | 30b39e12ed1c186bd56b6a8302a262d5e0926225 /arch/arm/mach-mx3/Kconfig | |
parent | 218deaa743fde30033caeb91fa211063620399de (diff) |
[ARM] MX35: Add PCM043 board support
The PCM043 is a i.MX35 based board from Phytec also known as the
phyCORE-i.MX35.
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig index 6d61ef01db5..0e7de945ee6 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig | |||
@@ -67,4 +67,11 @@ config MACH_QONG | |||
67 | Include support for Dave/DENX QongEVB-LITE platform. This includes | 67 | Include support for Dave/DENX QongEVB-LITE platform. This includes |
68 | specific configurations for the board and its peripherals. | 68 | specific configurations for the board and its peripherals. |
69 | 69 | ||
70 | config MACH_PCM043 | ||
71 | bool "Support Phytec pcm043 (i.MX35) platforms" | ||
72 | select ARCH_MX35 | ||
73 | help | ||
74 | Include support for Phytec pcm043 platform. This includes | ||
75 | specific configurations for the board and its peripherals. | ||
76 | |||
70 | endif | 77 | endif |