From c269d8c9e577cf0f3cdd25c9e3dff30a759792fd Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Thu, 22 May 2014 23:48:48 +0400 Subject: ARM: uemd: add mb7707 board support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The MB 77.07 is a small (80x80 mm) single-board computer developed in Russia by the RC Module. It was developed as an educational board for К1879ХБ1Я SoC capabilities demonstration. See http://www.module.ru/en/catalog/micro/micro_pc/ for details. Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/arm/mach-uemd/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'arch/arm/mach-uemd') diff --git a/arch/arm/mach-uemd/Kconfig b/arch/arm/mach-uemd/Kconfig index f9cf859354..aedd7574ac 100644 --- a/arch/arm/mach-uemd/Kconfig +++ b/arch/arm/mach-uemd/Kconfig @@ -4,4 +4,13 @@ config ARCH_TEXT_BASE hex default 0x40800000 +choice + prompt "UEMD Board type" + +config MACH_MB7707 + bool "MB7707" + select HAVE_DEFAULT_ENVIRONMENT_NEW + +endchoice + endif -- cgit v1.2.3