diff options
author | Srinath <srinath@mistralsolutions.com> | 2010-11-16 17:26:58 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-11-30 16:48:46 -0500 |
commit | 1cb125caf2e0fdece14f72efbb3516f5c5fe1de9 (patch) | |
tree | f08fb227bf4128118325f5c100c991f3b23a4659 /arch/arm/mach-omap2/Kconfig | |
parent | 9632f9890e76aa7a78f719b0b3b572f65e3e968b (diff) |
omap: AM3517/05: Add craneboard support
Craneboard is a hardware development platform based on the
Sitara AM3517 ARM Cortex - A8 microprocessor device. This is a
low cost reference design.
This patch adds basic board file. Detailed support will follow in
subsequent patches.
[1] http://www.ti.com/arm
[2] http://www.mistralsolutions.com/products/craneboard.php
Signed-off-by: Srinath <srinath@mistralsolutions.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index ab784bfde908..368851522629 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -174,6 +174,11 @@ config MACH_OMAP3517EVM | |||
174 | default y | 174 | default y |
175 | select OMAP_PACKAGE_CBB | 175 | select OMAP_PACKAGE_CBB |
176 | 176 | ||
177 | config MACH_CRANEBOARD | ||
178 | bool "AM3517/05 CRANE board" | ||
179 | depends on ARCH_OMAP3 | ||
180 | select OMAP_PACKAGE_CBB | ||
181 | |||
177 | config MACH_OMAP3_PANDORA | 182 | config MACH_OMAP3_PANDORA |
178 | bool "OMAP3 Pandora" | 183 | bool "OMAP3 Pandora" |
179 | depends on ARCH_OMAP3 | 184 | depends on ARCH_OMAP3 |