1if TARGET_DRACO 2 3config SYS_BOARD 4 default "draco" 5 6config SYS_VENDOR 7 default "siemens" 8 9config SYS_SOC 10 default "am33xx" 11 12config SYS_CONFIG_NAME 13 default "draco" 14 15endif 16 17if TARGET_THUBAN 18 19config SYS_BOARD 20 default "draco" 21 22config SYS_VENDOR 23 default "siemens" 24 25config SYS_SOC 26 default "am33xx" 27 28config SYS_CONFIG_NAME 29 default "thuban" 30 31endif 32 33if TARGET_RASTABAN 34 35config SYS_BOARD 36 default "draco" 37 38config SYS_VENDOR 39 default "siemens" 40 41config SYS_SOC 42 default "am33xx" 43 44config SYS_CONFIG_NAME 45 default "rastaban" 46 47endif 48