mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git] / src / mainboard / emulation / Kconfig
blob1c2ab86aaff633c99701ae5a46f2afbf9f91f2bd
1 ## SPDX-License-Identifier: GPL-2.0-only
3 # ugly to put it in here, but unavoidable
4 config SEPARATE_ROMSTAGE
5         default n if BOARD_EMULATION_QEMU_RISCV
6         default n if BOARD_EMULATION_QEMU_SBSA
8 if VENDOR_EMULATION
10 choice
11         prompt "Mainboard model"
12         default BOARD_EMULATION_QEMU_X86_I440FX
14 source "src/mainboard/emulation/*/Kconfig.name"
16 endchoice
18 source "src/mainboard/emulation/*/Kconfig"
20 config MAINBOARD_VENDOR
21         default "Emulation"
23 endif # VENDOR_EMULATION