blob: 0bd6c1615bd696a67de91336670e40042f024386 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## This file is part of the coreboot project.
## SPDX-License-Identifier: GPL-2.0-or-later
config CPU_INTEL_MODEL_68X
bool
select ARCH_BOOTBLOCK_X86_32
select ARCH_VERSTAGE_X86_32
select ARCH_ROMSTAGE_X86_32
select ARCH_RAMSTAGE_X86_32
select SUPPORT_CPU_UCODE_IN_CBFS
|