Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33738 )
Change subject: device/Kconfig: Add HAVE_EXT_GFX kconfig ......................................................................
Patch Set 3: Code-Review-1
Patch Set 3:
Patch Set 3: Code-Review-1
conflicts with Kconfig choice "Graphics initialization"
'Graphics initialization" choice been designed with a viewpoint that it can only work with onboard GFX and doesn't consider any future option of only enable graphics over external card.
That's not true. It works with dGPUs already. Just select VGA_ROM_RUN.
I don't understand what you mean by conflicts with Graphics initialization? Using this Kconfig, i wish to select a bunch of required kconfig at once rather selecting from SOC/mainboard.
It conflicts with the existing choice as it selects specific Kconfigs for no reason.
Maybe you should give more details about the problem you encounter on your platform.