summaryrefslogtreecommitdiffstats
path: root/board/chromebook-x86/coreboot/Kconfig
blob: 64cd347f31160b0e305b166a5c412ac977fe5461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if TARGET_COREBOOT

config SYS_BOARD
	string
	default "coreboot"

config SYS_VENDOR
	string
	default "chromebook-x86"

config SYS_SOC
	string
	default "coreboot"

config SYS_CONFIG_NAME
	string
	default "coreboot"

endif
OpenPOWER on IntegriCloud