diff options
Diffstat (limited to 'board/esd/cpci405')
-rw-r--r-- | board/esd/cpci405/Kconfig | 63 | ||||
-rw-r--r-- | board/esd/cpci405/MAINTAINERS | 12 |
2 files changed, 75 insertions, 0 deletions
diff --git a/board/esd/cpci405/Kconfig b/board/esd/cpci405/Kconfig new file mode 100644 index 0000000000..0b9f9f4bed --- /dev/null +++ b/board/esd/cpci405/Kconfig @@ -0,0 +1,63 @@ +if TARGET_CPCI405 + +config SYS_BOARD + string + default "cpci405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "CPCI405" + +endif + +if TARGET_CPCI4052 + +config SYS_BOARD + string + default "cpci405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "CPCI4052" + +endif + +if TARGET_CPCI405AB + +config SYS_BOARD + string + default "cpci405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "CPCI405AB" + +endif + +if TARGET_CPCI405DT + +config SYS_BOARD + string + default "cpci405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "CPCI405DT" + +endif diff --git a/board/esd/cpci405/MAINTAINERS b/board/esd/cpci405/MAINTAINERS new file mode 100644 index 0000000000..1da58dc002 --- /dev/null +++ b/board/esd/cpci405/MAINTAINERS @@ -0,0 +1,12 @@ +CPCI405 BOARD +M: Matthias Fuchs <matthias.fuchs@esd-electronics.com> +S: Maintained +F: board/esd/cpci405/ +F: include/configs/CPCI405.h +F: configs/CPCI405_defconfig +F: include/configs/CPCI4052.h +F: configs/CPCI4052_defconfig +F: include/configs/CPCI405AB.h +F: configs/CPCI405AB_defconfig +F: include/configs/CPCI405DT.h +F: configs/CPCI405DT_defconfig |