diff options
Diffstat (limited to 'board/atmark-techno/armadillo-800eva')
-rw-r--r-- | board/atmark-techno/armadillo-800eva/Kconfig | 23 | ||||
-rw-r--r-- | board/atmark-techno/armadillo-800eva/MAINTAINERS | 6 |
2 files changed, 29 insertions, 0 deletions
diff --git a/board/atmark-techno/armadillo-800eva/Kconfig b/board/atmark-techno/armadillo-800eva/Kconfig new file mode 100644 index 0000000..c8f89fe --- /dev/null +++ b/board/atmark-techno/armadillo-800eva/Kconfig @@ -0,0 +1,23 @@ +if TARGET_ARMADILLO_800EVA + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "armadillo-800eva" + +config SYS_VENDOR + string + default "atmark-techno" + +config SYS_SOC + string + default "rmobile" + +config SYS_CONFIG_NAME + string + default "armadillo-800eva" + +endif diff --git a/board/atmark-techno/armadillo-800eva/MAINTAINERS b/board/atmark-techno/armadillo-800eva/MAINTAINERS new file mode 100644 index 0000000..6f547d8 --- /dev/null +++ b/board/atmark-techno/armadillo-800eva/MAINTAINERS @@ -0,0 +1,6 @@ +ARMADILLO-800EVA BOARD +M: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> +S: Maintained +F: board/atmark-techno/armadillo-800eva/ +F: include/configs/armadillo-800eva.h +F: configs/armadillo-800eva_defconfig |