diff options
Diffstat (limited to 'board/socrates')
-rw-r--r-- | board/socrates/Kconfig | 11 | ||||
-rw-r--r-- | board/socrates/MAINTAINERS | 6 |
2 files changed, 17 insertions, 0 deletions
diff --git a/board/socrates/Kconfig b/board/socrates/Kconfig new file mode 100644 index 0000000000..06abd9d365 --- /dev/null +++ b/board/socrates/Kconfig @@ -0,0 +1,11 @@ +if TARGET_SOCRATES + +config SYS_BOARD + string + default "socrates" + +config SYS_CONFIG_NAME + string + default "socrates" + +endif diff --git a/board/socrates/MAINTAINERS b/board/socrates/MAINTAINERS new file mode 100644 index 0000000000..fc3e11dff0 --- /dev/null +++ b/board/socrates/MAINTAINERS @@ -0,0 +1,6 @@ +SOCRATES BOARD +M: - +S: Maintained +F: board/socrates/ +F: include/configs/socrates.h +F: configs/socrates_defconfig |