]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/woodburn/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / woodburn / Kconfig
diff --git a/board/woodburn/Kconfig b/board/woodburn/Kconfig
new file mode 100644 (file)
index 0000000..1aca934
--- /dev/null
@@ -0,0 +1,39 @@
+if TARGET_WOODBURN
+
+config SYS_CPU
+       string
+       default "arm1136"
+
+config SYS_BOARD
+       string
+       default "woodburn"
+
+config SYS_SOC
+       string
+       default "mx35"
+
+config SYS_CONFIG_NAME
+       string
+       default "woodburn"
+
+endif
+
+if TARGET_WOODBURN_SD
+
+config SYS_CPU
+       string
+       default "arm1136"
+
+config SYS_BOARD
+       string
+       default "woodburn"
+
+config SYS_SOC
+       string
+       default "mx35"
+
+config SYS_CONFIG_NAME
+       string
+       default "woodburn_sd"
+
+endif