Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31316 )
Change subject: arch/x86: Make X86 specific options depend on ARCH_X86 ......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/#/c/31316/5/src/mainboard/packardbell/ms2290/Kco... File src/mainboard/packardbell/ms2290/Kconfig:
https://review.coreboot.org/#/c/31316/5/src/mainboard/packardbell/ms2290/Kco... PS5, Line 6: select ARCH_X86 : select ARCH_BOOTBLOCK_X86_32 : select ARCH_ROMSTAGE_X86_32 : select ARCH_RAMSTAGE_X86_32 Shouldn't these be selected by the northbridge/CPU?