diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2010-09-21 16:03:09 +0000 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-09-27 15:14:26 -0700 |
commit | d04b620e6e6e72a95b7b88ccb7b002cb8f6b8113 (patch) | |
tree | 8bb81d66d0b31442cc4defcb302028d04b554403 /arch/arm/mach-omap2/Kconfig | |
parent | 91f6c90c8df1818a66d177e105d602c3da820919 (diff) | |
download | blackbird-obmc-linux-d04b620e6e6e72a95b7b88ccb7b002cb8f6b8113.tar.gz blackbird-obmc-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 |