]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/Barix/ipam390/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / Barix / ipam390 / Kconfig
diff --git a/board/Barix/ipam390/Kconfig b/board/Barix/ipam390/Kconfig
new file mode 100644 (file)
index 0000000..a813447
--- /dev/null
@@ -0,0 +1,23 @@
+if TARGET_IPAM390
+
+config SYS_CPU
+       string
+       default "arm926ejs"
+
+config SYS_BOARD
+       string
+       default "ipam390"
+
+config SYS_VENDOR
+       string
+       default "Barix"
+
+config SYS_SOC
+       string
+       default "davinci"
+
+config SYS_CONFIG_NAME
+       string
+       default "ipam390"
+
+endif