1if TARGET_KM8360 2 3config SYS_BOARD 4 string 5 default "km83xx" 6 7config SYS_VENDOR 8 string 9 default "keymile" 10 11config SYS_CONFIG_NAME 12 string 13 default "km8360" 14 15endif 16 17if TARGET_SUVD3 18 19config SYS_BOARD 20 string 21 default "km83xx" 22 23config SYS_VENDOR 24 string 25 default "keymile" 26 27config SYS_CONFIG_NAME 28 string 29 default "suvd3" 30 31endif 32 33if TARGET_TUXX1 34 35config SYS_BOARD 36 string 37 default "km83xx" 38 39config SYS_VENDOR 40 string 41 default "keymile" 42 43config SYS_CONFIG_NAME 44 string 45 default "tuxx1" 46 47endif 48