blob: b1f51ce33dbb4b60ad0266df99cf80c5e6190ecd [file] [log] [blame]
Simon Glasse2e947f2015-08-30 16:55:42 -06001if TARGET_CHROMEBOOK_JERRY
2
3config SYS_BOARD
Simon Glass5e9b1502016-11-13 14:22:10 -07004 default "veyron"
Simon Glasse2e947f2015-08-30 16:55:42 -06005
6config SYS_VENDOR
7 default "google"
8
9config SYS_CONFIG_NAME
Simon Glass5e9b1502016-11-13 14:22:10 -070010 default "veyron"
Simon Glasse2e947f2015-08-30 16:55:42 -060011
12config BOARD_SPECIFIC_OPTIONS # dummy
13 def_bool y
14
15endif