if TARGET_ARMADILLO_640

config SYS_BOARD
	default "armadillo-640"

config SYS_VENDOR
	default "atmark-techno"

config SYS_CONFIG_NAME
	default "armadillo-640"

config IMX_CONFIG
	default "board/atmark-techno/armadillo-640/imximage.cfg"

choice
	 prompt "Console UART select"
	 default CONSOLE_UART1

config CONSOLE_UART1
	bool "UART1"

config CONSOLE_UART3
	bool "UART3"
endchoice

config SYS_BOOT_DEVICE_SELECT
	bool "BOOT_DEVICE_SELECT"

config A6_SUBBOARD
	bool "A6_SUBBOARD"

config A600_BASE
	bool "A600_BASE for a640 board/a610 base board"
	default n

endif
