summaryrefslogtreecommitdiff
path: root/board/atmel/sama5d27_wlsom1_ek/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/atmel/sama5d27_wlsom1_ek/Kconfig')
-rw-r--r--board/atmel/sama5d27_wlsom1_ek/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/atmel/sama5d27_wlsom1_ek/Kconfig b/board/atmel/sama5d27_wlsom1_ek/Kconfig
new file mode 100644
index 0000000000..4b192b0849
--- /dev/null
+++ b/board/atmel/sama5d27_wlsom1_ek/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_SAMA5D27_WLSOM1_EK
+
+config SYS_BOARD
+ default "sama5d27_wlsom1_ek"
+
+config SYS_VENDOR
+ default "atmel"
+
+config SYS_SOC
+ default "at91"
+
+config SYS_CONFIG_NAME
+ default "sama5d27_wlsom1_ek"
+
+endif