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