diff options
Diffstat (limited to 'board/esd/cpci405/Kconfig')
-rw-r--r-- | board/esd/cpci405/Kconfig | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/board/esd/cpci405/Kconfig b/board/esd/cpci405/Kconfig index bc56907..0df2755 100644 --- a/board/esd/cpci405/Kconfig +++ b/board/esd/cpci405/Kconfig @@ -1,16 +1,3 @@ -if TARGET_CPCI405 - -config SYS_BOARD - default "cpci405" - -config SYS_VENDOR - default "esd" - -config SYS_CONFIG_NAME - default "CPCI405" - -endif - if TARGET_CPCI4052 config SYS_BOARD @@ -23,29 +10,3 @@ config SYS_CONFIG_NAME default "CPCI4052" endif - -if TARGET_CPCI405AB - -config SYS_BOARD - default "cpci405" - -config SYS_VENDOR - default "esd" - -config SYS_CONFIG_NAME - default "CPCI405AB" - -endif - -if TARGET_CPCI405DT - -config SYS_BOARD - default "cpci405" - -config SYS_VENDOR - default "esd" - -config SYS_CONFIG_NAME - default "CPCI405DT" - -endif |