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:
parent
6e85740236
commit
e095c462dc
|
@ -197,7 +197,7 @@ choice
|
|||
config PCI_OPTION_ROM_RUN_REALMODE
|
||||
prompt "Native mode"
|
||||
bool
|
||||
depends on ARCH_X86
|
||||
depends on ARCH_X86 && !ARCH_RAMSTAGE_X86_64
|
||||
help
|
||||
If you select this option, PCI Option ROMs will be executed
|
||||
natively on the CPU in real mode. No CPU emulation is involved,
|
||||
|
|
Loading…
Reference in New Issue