summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/coreboot/Kconfig
blob: 4b3601f66d9d64544eb1457fb6624c140f386be8 (plain)
1
2
3
4
5
6
7
8
9
10
11
if TARGET_COREBOOT

config SYS_COREBOOT
	bool
	default y

config CBMEM_CONSOLE
	bool
	default y

endif