menu "IMX Implementations"
	depends on ARCH_IMX

comment "i.MX family core type"

config ARCH_MX1
	bool "MX1 family"
	default n

config ARCH_MX2
	bool "MX2 family"
	default y

comment "i.MX board type"

config MACH_MX1ADS
	bool "Freescale i.MX1ADS board"
	depends on ARCH_MX1
	select ARCH_IMX1
	help
		Say Y here if you are using the Motorola MX1ADS board

config MACH_MX2ADS
	bool "Freescale i.MX21ADS board"
	depends on ARCH_MX2
	select ARCH_IMX21
	default y
	help
		Say Y here if you are using the Freescale IMX21ADS board.

endmenu

config ARCH_IMX1
	bool
config ARCH_IMX21
	bool
