]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx51/Kconfig
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / board / karo / tx51 / Kconfig
diff --git a/board/karo/tx51/Kconfig b/board/karo/tx51/Kconfig
new file mode 100644 (file)
index 0000000..8f01051
--- /dev/null
@@ -0,0 +1,31 @@
+if TARGET_TX51_8XX0
+
+config SYS_BOARD
+       default "tx51"
+
+config SYS_VENDOR
+       default "karo"
+
+config SYS_SOC
+       default "mx5"
+
+config SYS_CONFIG_NAME
+       default "tx51-8xx0"
+
+endif
+
+if TARGET_TX51_8XX1_2
+
+config SYS_BOARD
+       default "tx51"
+
+config SYS_VENDOR
+       default "karo"
+
+config SYS_SOC
+       default "mx5"
+
+config SYS_CONFIG_NAME
+       default "tx51-8xx1_2"
+
+endif