1 if TARGET_DRACO 2 3 config SYS_BOARD 4 default "draco" 5 6 config SYS_VENDOR 7 default "siemens" 8 9 config SYS_SOC 10 default "am33xx" 11 12 config SYS_CONFIG_NAME 13 default "draco" 14 15 endif 16 17 if TARGET_THUBAN 18 19 config SYS_BOARD 20 default "draco" 21 22 config SYS_VENDOR 23 default "siemens" 24 25 config SYS_SOC 26 default "am33xx" 27 28 config SYS_CONFIG_NAME 29 default "thuban" 30 31 endif 32 33 if TARGET_RASTABAN 34 35 config SYS_BOARD 36 default "draco" 37 38 config SYS_VENDOR 39 default "siemens" 40 41 config SYS_SOC 42 default "am33xx" 43 44 config SYS_CONFIG_NAME 45 default "rastaban" 46 47 endif 48 49 if TARGET_ETAMIN 50 51 config SYS_BOARD 52 default "draco" 53 54 config SYS_VENDOR 55 default "siemens" 56 57 config SYS_SOC 58 default "am33xx" 59 60 config SYS_CONFIG_NAME 61 default "etamin" 62 63 endif 64