1if TARGET_CHROMEBOOK_JERRY 2 3config SYS_BOARD 4 default "veyron" 5 6config SYS_VENDOR 7 default "google" 8 9config SYS_CONFIG_NAME 10 default "veyron" 11 12endif 13 14if TARGET_CHROMEBIT_MICKEY 15 16config SYS_BOARD 17 default "veyron" 18 19config SYS_VENDOR 20 default "google" 21 22config SYS_CONFIG_NAME 23 default "veyron" 24 25endif 26 27if TARGET_CHROMEBOOK_MINNIE 28 29config SYS_BOARD 30 default "veyron" 31 32config SYS_VENDOR 33 default "google" 34 35config SYS_CONFIG_NAME 36 default "veyron" 37 38endif 39 40if TARGET_CHROMEBOOK_SPEEDY 41 42config SYS_BOARD 43 default "veyron" 44 45config SYS_VENDOR 46 default "google" 47 48config SYS_CONFIG_NAME 49 default "veyron" 50 51endif 52