summaryrefslogtreecommitdiff
path: root/board/creative
diff options
context:
space:
mode:
Diffstat (limited to 'board/creative')
-rw-r--r--board/creative/xfi3/Kconfig23
-rw-r--r--board/creative/xfi3/MAINTAINERS6
2 files changed, 29 insertions, 0 deletions
diff --git a/board/creative/xfi3/Kconfig b/board/creative/xfi3/Kconfig
new file mode 100644
index 0000000..9baf515
--- /dev/null
+++ b/board/creative/xfi3/Kconfig
@@ -0,0 +1,23 @@
+if TARGET_XFI3
+
+config SYS_CPU
+ string
+ default "arm926ejs"
+
+config SYS_BOARD
+ string
+ default "xfi3"
+
+config SYS_VENDOR
+ string
+ default "creative"
+
+config SYS_SOC
+ string
+ default "mxs"
+
+config SYS_CONFIG_NAME
+ string
+ default "xfi3"
+
+endif
diff --git a/board/creative/xfi3/MAINTAINERS b/board/creative/xfi3/MAINTAINERS
new file mode 100644
index 0000000..fb8235a
--- /dev/null
+++ b/board/creative/xfi3/MAINTAINERS
@@ -0,0 +1,6 @@
+XFI3 BOARD
+M: Marek Vasut <marek.vasut@gmail.com>
+S: Maintained
+F: board/creative/xfi3/
+F: include/configs/xfi3.h
+F: configs/xfi3_defconfig