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