diff options
Diffstat (limited to 'roms/u-boot/board/esd/vme8349/Kconfig')
-rw-r--r-- | roms/u-boot/board/esd/vme8349/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/roms/u-boot/board/esd/vme8349/Kconfig b/roms/u-boot/board/esd/vme8349/Kconfig new file mode 100644 index 000000000..ef2af40f7 --- /dev/null +++ b/roms/u-boot/board/esd/vme8349/Kconfig @@ -0,0 +1,25 @@ +if TARGET_VME8349 + +config SYS_BOARD + default "vme8349" + +config SYS_VENDOR + default "esd" + +config SYS_CONFIG_NAME + default "vme8349" + +endif + +if TARGET_CADDY2 + +config SYS_BOARD + default "vme8349" + +config SYS_VENDOR + default "esd" + +config SYS_CONFIG_NAME + default "caddy2" + +endif |