]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/mach-mxs/Kconfig
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / arch / arm / mach-mxs / Kconfig
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig
new file mode 100644 (file)
index 0000000..8bfc8df
--- /dev/null
@@ -0,0 +1,34 @@
+if ARCH_MXS
+
+source "arch/arm/mach-mxs/devices/Kconfig"
+
+config SOC_IMX23
+       bool
+       select CPU_ARM926T
+
+config SOC_IMX28
+       bool
+       select CPU_ARM926T
+
+comment "MXS platforms:"
+
+config MACH_MX23EVK
+       bool "Support MX23EVK Platform"
+       select SOC_IMX23
+       select MXS_HAVE_AMBA_DUART
+       default y
+       help
+         Include support for MX23EVK platform. This includes specific
+         configurations for the board and its peripherals.
+
+config MACH_MX28EVK
+       bool "Support MX28EVK Platform"
+       select SOC_IMX28
+       select MXS_HAVE_AMBA_DUART
+       select MXS_HAVE_PLATFORM_FEC
+       default y
+       help
+         Include support for MX28EVK platform. This includes specific
+         configurations for the board and its peripherals.
+
+endif