diff options
Diffstat (limited to 'board/eltec/mhpc')
-rw-r--r-- | board/eltec/mhpc/Kconfig | 15 | ||||
-rw-r--r-- | board/eltec/mhpc/MAINTAINERS | 6 |
2 files changed, 21 insertions, 0 deletions
diff --git a/board/eltec/mhpc/Kconfig b/board/eltec/mhpc/Kconfig new file mode 100644 index 0000000..69c8358 --- /dev/null +++ b/board/eltec/mhpc/Kconfig @@ -0,0 +1,15 @@ +if TARGET_MHPC + +config SYS_BOARD + string + default "mhpc" + +config SYS_VENDOR + string + default "eltec" + +config SYS_CONFIG_NAME + string + default "MHPC" + +endif diff --git a/board/eltec/mhpc/MAINTAINERS b/board/eltec/mhpc/MAINTAINERS new file mode 100644 index 0000000..4d84a35 --- /dev/null +++ b/board/eltec/mhpc/MAINTAINERS @@ -0,0 +1,6 @@ +MHPC BOARD +M: Frank Gottschling <fgottschling@eltec.de> +S: Maintained +F: board/eltec/mhpc/ +F: include/configs/MHPC.h +F: configs/MHPC_defconfig |