summaryrefslogtreecommitdiffstats
path: root/board/coreboot/coreboot/Kconfig
blob: 6ca6cedf0d71bbb128d86000cbce1034fa22e1a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_COREBOOT

config SYS_BOARD
	default "coreboot"

config SYS_VENDOR
	default "coreboot"

config SYS_SOC
	default "coreboot"

config SYS_CONFIG_NAME
	default "coreboot"

endif
OpenPOWER on IntegriCloud