blob: 64cd347f31160b0e305b166a5c412ac977fe5461 [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001if TARGET_COREBOOT
2
3config SYS_BOARD
4 string
5 default "coreboot"
6
7config SYS_VENDOR
8 string
9 default "chromebook-x86"
10
11config SYS_SOC
12 string
13 default "coreboot"
14
15config SYS_CONFIG_NAME
16 string
17 default "coreboot"
18
19endif