Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31315 )
Change subject: arch/arm64: Make ARM64 specific options depend on select ARCH_ARM64 ......................................................................
Patch Set 2:
I'm not really a fan of the extra boilerplate in all SoC Kconfig files. Can you explain why this is necessary? If it's just about removing some unused lines from .config, that doesn't really seem worth it. (I'd be okay with guarding all the really arch-specific options like ARM64_USE_ARCH_TIMER, but I'd prefer the stage architecture selectors like ARCH_ROMSTAGE_ARM64 to stay available without having to add more select lines to SoCs.)