summaryrefslogtreecommitdiffstats
path: root/board/atmel/sama5d4ek/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/atmel/sama5d4ek/Kconfig')
-rw-r--r--board/atmel/sama5d4ek/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/board/atmel/sama5d4ek/Kconfig b/board/atmel/sama5d4ek/Kconfig
new file mode 100644
index 0000000000..a8898953d3
--- /dev/null
+++ b/board/atmel/sama5d4ek/Kconfig
@@ -0,0 +1,18 @@
+if TARGET_SAMA5D4EK
+
+config SYS_CPU
+ default "armv7"
+
+config SYS_BOARD
+ default "sama5d4ek"
+
+config SYS_VENDOR
+ default "atmel"
+
+config SYS_SOC
+ default "at91"
+
+config SYS_CONFIG_NAME
+ default "sama5d4ek"
+
+endif
OpenPOWER on IntegriCloud