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