diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2010-09-21 18:03:09 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-09-28 00:14:26 +0200 |
commit | d04b620e6e6e72a95b7b88ccb7b002cb8f6b8113 (patch) | |
tree | 8bb81d66d0b31442cc4defcb302028d04b554403 /arch/arm/mach-omap2/Kconfig | |
parent | Merge branch 'omap4_and_sdrc_2.6.27' of git://git.pwsan.com/linux-2.6 into om... (diff) | |
download | linux-d04b620e6e6e72a95b7b88ccb7b002cb8f6b8113.tar.xz linux-d04b620e6e6e72a95b7b88ccb7b002cb8f6b8113.zip |
omap3: Introduce CompuLab CM-T3517 module
Add basic suppot, enable uart and led.
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index bb85f24c3643..9ceb72b9c599 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -216,6 +216,13 @@ config MACH_CM_T35 select OMAP_PACKAGE_CUS select OMAP_MUX +config MACH_CM_T3517 + bool "CompuLab CM-T3517 module" + depends on ARCH_OMAP3 + default y + select OMAP_PACKAGE_CBB + select OMAP_MUX + config MACH_IGEP0020 bool "IGEP v2 board" depends on ARCH_OMAP3 |