diff options
Diffstat (limited to 'board/pcs440ep')
-rw-r--r-- | board/pcs440ep/Kconfig | 11 | ||||
-rw-r--r-- | board/pcs440ep/MAINTAINERS | 6 |
2 files changed, 17 insertions, 0 deletions
diff --git a/board/pcs440ep/Kconfig b/board/pcs440ep/Kconfig new file mode 100644 index 0000000000..7e69fd34b7 --- /dev/null +++ b/board/pcs440ep/Kconfig @@ -0,0 +1,11 @@ +if TARGET_PCS440EP + +config SYS_BOARD + string + default "pcs440ep" + +config SYS_CONFIG_NAME + string + default "pcs440ep" + +endif diff --git a/board/pcs440ep/MAINTAINERS b/board/pcs440ep/MAINTAINERS new file mode 100644 index 0000000000..6eccc854f9 --- /dev/null +++ b/board/pcs440ep/MAINTAINERS @@ -0,0 +1,6 @@ +PCS440EP BOARD +M: Stefan Roese <sr@denx.de> +S: Maintained +F: board/pcs440ep/ +F: include/configs/pcs440ep.h +F: configs/pcs440ep_defconfig |