summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uemd
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-05-22 23:48:48 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-26 17:51:22 +0200
commitc269d8c9e577cf0f3cdd25c9e3dff30a759792fd (patch)
tree0ea41e00438e0de4d0fe3972e736c42bbc5cf078 /arch/arm/mach-uemd
parentdb5d6b78215037cb7940e21b63715a8007c2fa39 (diff)
downloadbarebox-c269d8c9e577cf0f3cdd25c9e3dff30a759792fd.tar.gz
barebox-c269d8c9e577cf0f3cdd25c9e3dff30a759792fd.tar.xz
ARM: uemd: add mb7707 board support
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 <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-uemd')
-rw-r--r--arch/arm/mach-uemd/Kconfig9
1 files changed, 9 insertions, 0 deletions
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