blob: ea2bc46051a9efc1b4b9c1e5cbcce742c2309efe [file] [log] [blame]
Gerd Hoffmanncbf30732013-05-31 09:23:26 +02001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2013 Gerd Hoffmann <kraxel@redhat.com>
5##
6## This program is free software; you can redistribute it and/or modify
7## it under the terms of the GNU General Public License as published by
8## the Free Software Foundation; version 2 of the License.
9##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14##
Gerd Hoffmanncbf30732013-05-31 09:23:26 +020015
16config CPU_QEMU_X86
17 bool
Furquan Shaikh99ac98f2014-04-23 10:18:48 -070018 select ARCH_BOOTBLOCK_X86_32
Stefan Reinauer77b16552015-01-14 19:51:47 +010019 select ARCH_VERSTAGE_X86_32
Furquan Shaikh99ac98f2014-04-23 10:18:48 -070020 select ARCH_ROMSTAGE_X86_32
21 select ARCH_RAMSTAGE_X86_32
Patrick Georgi704662a2015-12-06 20:58:21 +010022 select SMP