]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/atmel/sama5d3xek/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / atmel / sama5d3xek / Kconfig
diff --git a/board/atmel/sama5d3xek/Kconfig b/board/atmel/sama5d3xek/Kconfig
new file mode 100644 (file)
index 0000000..5b4eb6f
--- /dev/null
@@ -0,0 +1,23 @@
+if TARGET_SAMA5D3XEK
+
+config SYS_CPU
+       string
+       default "armv7"
+
+config SYS_BOARD
+       string
+       default "sama5d3xek"
+
+config SYS_VENDOR
+       string
+       default "atmel"
+
+config SYS_SOC
+       string
+       default "at91"
+
+config SYS_CONFIG_NAME
+       string
+       default "sama5d3xek"
+
+endif