blob: 5f596b87c00d3fd312600da753437ec8376ffb2b [file] [log] [blame]
Martin Roth26bcee02024-02-16 10:51:37 -07001## SPDX-License-Identifier: GPL-2.0-only
2
Maximilian Bruneee1cb8f2024-02-24 04:34:55 +01003# ugly to put it in here, but unavoidable
4config SEPARATE_ROMSTAGE
5 default n if BOARD_EMULATION_QEMU_RISCV
6
Jens Rottmann9a684fc2010-08-30 16:36:51 +00007if VENDOR_EMULATION
8
Patrick Georgi0588d192009-08-12 15:00:51 +00009choice
10 prompt "Mainboard model"
Jonathan Neuschäfer65a94622016-10-20 02:46:49 +020011 default BOARD_EMULATION_QEMU_X86_I440FX
Jens Rottmann9a684fc2010-08-30 16:36:51 +000012
Stefan Reinauer139e1062015-04-03 20:11:13 +020013source "src/mainboard/emulation/*/Kconfig.name"
Ronald G. Minniche0e784a2014-11-26 19:25:47 +000014
Jens Rottmann9a684fc2010-08-30 16:36:51 +000015endchoice
Patrick Georgi0588d192009-08-12 15:00:51 +000016
Stefan Reinauer139e1062015-04-03 20:11:13 +020017source "src/mainboard/emulation/*/Kconfig"
Patrick Georgi0588d192009-08-12 15:00:51 +000018
Jens Rottmann9a684fc2010-08-30 16:36:51 +000019config MAINBOARD_VENDOR
Jens Rottmann9a684fc2010-08-30 16:36:51 +000020 default "Emulation"
21
22endif # VENDOR_EMULATION