summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-socfpga
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-11 11:52:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-23 08:40:32 +0200
commite07ddb8b97b07160376245d6b45c776bafe5b286 (patch)
tree2b1434fe2ec8839db91065ad799a0cc6456fdce2 /arch/arm/mach-socfpga
parent5b5f6ab6bfdd369bd2e3f968a868569c4399c374 (diff)
downloadbarebox-e07ddb8b97b07160376245d6b45c776bafe5b286.tar.gz
barebox-e07ddb8b97b07160376245d6b45c776bafe5b286.tar.xz
ARM: SoCFPGA: Add Terasic SoCkit board support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-socfpga')
-rw-r--r--arch/arm/mach-socfpga/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig
index e6c4c3430d..e8ea8f5afc 100644
--- a/arch/arm/mach-socfpga/Kconfig
+++ b/arch/arm/mach-socfpga/Kconfig
@@ -8,4 +8,8 @@ config ARCH_TEXT_BASE
hex
default 0x00100000 if MACH_SOCFPGA_CYCLONE5
+config MACH_SOCFPGA_TERASIC_SOCKIT
+ select HAVE_DEFAULT_ENVIRONMENT_NEW
+ bool "Terasic SoCKit"
+
endif