diff options
Diffstat (limited to 'board/ppmc8260')
-rw-r--r-- | board/ppmc8260/Kconfig | 11 | ||||
-rw-r--r-- | board/ppmc8260/MAINTAINERS | 6 |
2 files changed, 17 insertions, 0 deletions
diff --git a/board/ppmc8260/Kconfig b/board/ppmc8260/Kconfig new file mode 100644 index 0000000000..e2e8793c94 --- /dev/null +++ b/board/ppmc8260/Kconfig @@ -0,0 +1,11 @@ +if TARGET_PPMC8260 + +config SYS_BOARD + string + default "ppmc8260" + +config SYS_CONFIG_NAME + string + default "ppmc8260" + +endif diff --git a/board/ppmc8260/MAINTAINERS b/board/ppmc8260/MAINTAINERS new file mode 100644 index 0000000000..768d0921a7 --- /dev/null +++ b/board/ppmc8260/MAINTAINERS @@ -0,0 +1,6 @@ +PPMC8260 BOARD +M: Brad Kemp <Brad.Kemp@seranoa.com> +S: Orphan (since 2014-04) +F: board/ppmc8260/ +F: include/configs/ppmc8260.h +F: configs/ppmc8260_defconfig |