diff options
Diffstat (limited to 'board/esd/ash405')
-rw-r--r-- | board/esd/ash405/Kconfig | 15 | ||||
-rw-r--r-- | board/esd/ash405/MAINTAINERS | 6 |
2 files changed, 21 insertions, 0 deletions
diff --git a/board/esd/ash405/Kconfig b/board/esd/ash405/Kconfig new file mode 100644 index 0000000..e9558a4 --- /dev/null +++ b/board/esd/ash405/Kconfig @@ -0,0 +1,15 @@ +if TARGET_ASH405 + +config SYS_BOARD + string + default "ash405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "ASH405" + +endif diff --git a/board/esd/ash405/MAINTAINERS b/board/esd/ash405/MAINTAINERS new file mode 100644 index 0000000..a9dae90 --- /dev/null +++ b/board/esd/ash405/MAINTAINERS @@ -0,0 +1,6 @@ +ASH405 BOARD +M: Matthias Fuchs <matthias.fuchs@esd-electronics.com> +S: Maintained +F: board/esd/ash405/ +F: include/configs/ASH405.h +F: configs/ASH405_defconfig |