aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <eballetbo@gmail.com>2010-10-08 13:22:11 -0400
committerTony Lindgren <tony@atomide.com>2010-10-08 13:22:11 -0400
commite844b1da87270d96aef3fc79763ecc2c6541a71b (patch)
tree5c47529859767ae31710061f408c07bd4cf4d32d /arch/arm/mach-omap2/Kconfig
parentbc3caae8a191c712d8ae666d0b8d18807bfe2b14 (diff)
omap3: Add minimal OMAP3 IGEP module support
The OMAP3 IGEP module is a low-power, high performance production-ready system-on-module (SOM) based on TI's OMAP3 family. More about this board at www.igep.es. Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com> [tony@atomide.com: updated for the mmc changes and to be selected by default] Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r--arch/arm/mach-omap2/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 91dd215d05f0..2b79b84d0542 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -254,6 +254,12 @@ config MACH_IGEP0020
254 default y 254 default y
255 select OMAP_PACKAGE_CBB 255 select OMAP_PACKAGE_CBB
256 256
257config MACH_IGEP0030
258 bool "IGEP OMAP3 module"
259 depends on ARCH_OMAP3
260 default y
261 select OMAP_PACKAGE_CBB
262
257config MACH_SBC3530 263config MACH_SBC3530
258 bool "OMAP3 SBC STALKER board" 264 bool "OMAP3 SBC STALKER board"
259 depends on ARCH_OMAP3 265 depends on ARCH_OMAP3