kconfig: add board Kconfig and defconfig files
[oweals/u-boot.git] / board / esd / pmc405de / Kconfig
diff --git a/board/esd/pmc405de/Kconfig b/board/esd/pmc405de/Kconfig
new file mode 100644 (file)
index 0000000..f06b26b
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_PMC405DE
+
+config SYS_BOARD
+       string
+       default "pmc405de"
+
+config SYS_VENDOR
+       string
+       default "esd"
+
+config SYS_CONFIG_NAME
+       string
+       default "PMC405DE"
+
+endif