diff options
Diffstat (limited to 'board/esd/cpci405/Kconfig')
-rw-r--r-- | board/esd/cpci405/Kconfig | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/board/esd/cpci405/Kconfig b/board/esd/cpci405/Kconfig new file mode 100644 index 00000000000..0b9f9f4bed5 --- /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 |