diff options
Diffstat (limited to 'board/sc3')
-rw-r--r-- | board/sc3/Kconfig | 11 | ||||
-rw-r--r-- | board/sc3/MAINTAINERS | 6 |
2 files changed, 17 insertions, 0 deletions
diff --git a/board/sc3/Kconfig b/board/sc3/Kconfig new file mode 100644 index 0000000..74694be --- /dev/null +++ b/board/sc3/Kconfig @@ -0,0 +1,11 @@ +if TARGET_SC3 + +config SYS_BOARD + string + default "sc3" + +config SYS_CONFIG_NAME + string + default "sc3" + +endif diff --git a/board/sc3/MAINTAINERS b/board/sc3/MAINTAINERS new file mode 100644 index 0000000..b86c6e6 --- /dev/null +++ b/board/sc3/MAINTAINERS @@ -0,0 +1,6 @@ +SC3 BOARD +M: Heiko Schocher <hs@denx.de> +S: Maintained +F: board/sc3/ +F: include/configs/sc3.h +F: configs/sc3_defconfig |