summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-10-06 12:55:08 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-07 10:15:59 +0200
commitaadf261cd6932918dede79add72953fd56df2996 (patch)
treee6934795418d5cac95bab8b3502adcb832612b05 /arch/arm/mach-omap
parentc9dbd886ef3b05d64bc10551f9fcde267291ef91 (diff)
downloadbarebox-aadf261cd6932918dede79add72953fd56df2996.tar.gz
barebox-aadf261cd6932918dede79add72953fd56df2996.tar.xz
Add support for Baltos systems
OnRISC Baltos devices are based on a am335x SoC and can be booted either from MMC or NAND. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-omap')
-rw-r--r--arch/arm/mach-omap/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig
index d7c863ca12..a1bb8f064b 100644
--- a/arch/arm/mach-omap/Kconfig
+++ b/arch/arm/mach-omap/Kconfig
@@ -184,6 +184,13 @@ config MACH_PHYTEC_SOM_AM335X
select ARCH_AM33XX
help
Say Y here if you are using a am335x based Phytecs SOM
+
+config MACH_VSCOM_BALTOS
+ bool "VScom Baltos Devices"
+ select ARCH_AM33XX
+ help
+ Say Y here if you are using a am335x based VScom Baltos devices
+
endif
choice