summaryrefslogtreecommitdiffstats
path: root/board/afeb9260
diff options
context:
space:
mode:
Diffstat (limited to 'board/afeb9260')
-rw-r--r--board/afeb9260/Kconfig19
-rw-r--r--board/afeb9260/MAINTAINERS6
2 files changed, 25 insertions, 0 deletions
diff --git a/board/afeb9260/Kconfig b/board/afeb9260/Kconfig
new file mode 100644
index 0000000000..008d943425
--- /dev/null
+++ b/board/afeb9260/Kconfig
@@ -0,0 +1,19 @@
+if TARGET_AFEB9260
+
+config SYS_CPU
+ string
+ default "arm926ejs"
+
+config SYS_BOARD
+ string
+ default "afeb9260"
+
+config SYS_SOC
+ string
+ default "at91"
+
+config SYS_CONFIG_NAME
+ string
+ default "afeb9260"
+
+endif
diff --git a/board/afeb9260/MAINTAINERS b/board/afeb9260/MAINTAINERS
new file mode 100644
index 0000000000..337f3029cd
--- /dev/null
+++ b/board/afeb9260/MAINTAINERS
@@ -0,0 +1,6 @@
+AFEB9260 BOARD
+M: Sergey Lapin <slapin@ossfans.org>
+S: Maintained
+F: board/afeb9260/
+F: include/configs/afeb9260.h
+F: configs/afeb9260_defconfig
OpenPOWER on IntegriCloud