device/Kconfig: Don't allow native mode in x86_64

This option is not working so don't advertise it.

Change-Id: I910162756a567289b2484a5445360a3197ae848c
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69506
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
Arthur Heymans 2022-11-12 16:21:03 +01:00 committed by Paul Fagerburg
parent 6e85740236
commit e095c462dc

View File

@ -197,7 +197,7 @@ choice
config PCI_OPTION_ROM_RUN_REALMODE config PCI_OPTION_ROM_RUN_REALMODE
prompt "Native mode" prompt "Native mode"
bool bool
depends on ARCH_X86 depends on ARCH_X86 && !ARCH_RAMSTAGE_X86_64
help help
If you select this option, PCI Option ROMs will be executed If you select this option, PCI Option ROMs will be executed
natively on the CPU in real mode. No CPU emulation is involved, natively on the CPU in real mode. No CPU emulation is involved,