summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-socfpga
diff options
context:
space:
mode:
authorTim Sander <tim@krieglstein.org>2016-02-25 11:29:42 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-03-01 10:13:47 +0100
commitf3b493750a304791b057eda246b473810aa8bf40 (patch)
tree6a8729eda433900ecf5c356bcc03f1fb68ca8c61 /arch/arm/mach-socfpga
parent246266c205b6608d785bdc2de1d71309f3c0e70c (diff)
downloadbarebox-f3b493750a304791b057eda246b473810aa8bf40.tar.gz
barebox-f3b493750a304791b057eda246b473810aa8bf40.tar.xz
Terasic DE0-Nano-SoC: add support
v7: eof whitespace fixes A Patch for supporting the Terasic DE0 NANO-SoC with barebox. The pretty similar Socrates Board was taken as a starting point with pulling in the memory timings/pinmux from http://rocketboards.org/foswiki/view/Documentation/AtlasSoCCompileHardwareDesign Signed-off-by: Tim Sander <tim@krieglstein.org> 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 73b26efd20..94689e3ecd 100644
--- a/arch/arm/mach-socfpga/Kconfig
+++ b/arch/arm/mach-socfpga/Kconfig
@@ -20,6 +20,10 @@ config MACH_SOCFPGA_EBV_SOCRATES
select HAVE_DEFAULT_ENVIRONMENT_NEW
bool "EBV Socrates"
+config MACH_SOCFPGA_TERASIC_DE0_NANO_SOC
+ select HAVE_DEFAULT_ENVIRONMENT_NEW
+ bool "Terasic DE0-NANO-SoC aka Atlas"
+
config MACH_SOCFPGA_TERASIC_SOCKIT
select HAVE_DEFAULT_ENVIRONMENT_NEW
bool "Terasic SoCKit"