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