kconfig: add board Kconfig and defconfig files
[oweals/u-boot.git] / board / esd / cpci405 / Kconfig
diff --git a/board/esd/cpci405/Kconfig b/board/esd/cpci405/Kconfig
new file mode 100644 (file)
index 0000000..0b9f9f4
--- /dev/null
@@ -0,0 +1,63 @@
+if TARGET_CPCI405
+
+config SYS_BOARD
+       string
+       default "cpci405"
+
+config SYS_VENDOR
+       string
+       default "esd"
+
+config SYS_CONFIG_NAME
+       string
+       default "CPCI405"
+
+endif
+
+if TARGET_CPCI4052
+
+config SYS_BOARD
+       string
+       default "cpci405"
+
+config SYS_VENDOR
+       string
+       default "esd"
+
+config SYS_CONFIG_NAME
+       string
+       default "CPCI4052"
+
+endif
+
+if TARGET_CPCI405AB
+
+config SYS_BOARD
+       string
+       default "cpci405"
+
+config SYS_VENDOR
+       string
+       default "esd"
+
+config SYS_CONFIG_NAME
+       string
+       default "CPCI405AB"
+
+endif
+
+if TARGET_CPCI405DT
+
+config SYS_BOARD
+       string
+       default "cpci405"
+
+config SYS_VENDOR
+       string
+       default "esd"
+
+config SYS_CONFIG_NAME
+       string
+       default "CPCI405DT"
+
+endif