diff options
Diffstat (limited to 'board/afeb9260')
-rw-r--r-- | board/afeb9260/Kconfig | 19 | ||||
-rw-r--r-- | board/afeb9260/MAINTAINERS | 6 |
2 files changed, 25 insertions, 0 deletions
diff --git a/board/afeb9260/Kconfig b/board/afeb9260/Kconfig new file mode 100644 index 0000000..008d943 --- /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 0000000..337f302 --- /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 |