diff options
Diffstat (limited to 'board/psyent')
-rw-r--r-- | board/psyent/pci5441/Kconfig | 15 | ||||
-rw-r--r-- | board/psyent/pci5441/MAINTAINERS | 6 | ||||
-rw-r--r-- | board/psyent/pk1c20/Kconfig | 15 | ||||
-rw-r--r-- | board/psyent/pk1c20/MAINTAINERS | 6 |
4 files changed, 42 insertions, 0 deletions
diff --git a/board/psyent/pci5441/Kconfig b/board/psyent/pci5441/Kconfig new file mode 100644 index 0000000000..d722f31e2d --- /dev/null +++ b/board/psyent/pci5441/Kconfig @@ -0,0 +1,15 @@ +if TARGET_PCI5441 + +config SYS_BOARD + string + default "pci5441" + +config SYS_VENDOR + string + default "psyent" + +config SYS_CONFIG_NAME + string + default "PCI5441" + +endif diff --git a/board/psyent/pci5441/MAINTAINERS b/board/psyent/pci5441/MAINTAINERS new file mode 100644 index 0000000000..f1f10e9193 --- /dev/null +++ b/board/psyent/pci5441/MAINTAINERS @@ -0,0 +1,6 @@ +PCI5441 BOARD +M: Scott McNutt <smcnutt@psyent.com> +S: Maintained +F: board/psyent/pci5441/ +F: include/configs/PCI5441.h +F: configs/PCI5441_defconfig diff --git a/board/psyent/pk1c20/Kconfig b/board/psyent/pk1c20/Kconfig new file mode 100644 index 0000000000..75f6cd1e52 --- /dev/null +++ b/board/psyent/pk1c20/Kconfig @@ -0,0 +1,15 @@ +if TARGET_PK1C20 + +config SYS_BOARD + string + default "pk1c20" + +config SYS_VENDOR + string + default "psyent" + +config SYS_CONFIG_NAME + string + default "PK1C20" + +endif diff --git a/board/psyent/pk1c20/MAINTAINERS b/board/psyent/pk1c20/MAINTAINERS new file mode 100644 index 0000000000..32b901ab9c --- /dev/null +++ b/board/psyent/pk1c20/MAINTAINERS @@ -0,0 +1,6 @@ +PK1C20 BOARD +M: Scott McNutt <smcnutt@psyent.com> +S: Maintained +F: board/psyent/pk1c20/ +F: include/configs/PK1C20.h +F: configs/PK1C20_defconfig |