Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33827 )
Change subject: wifi/Kconfig: Add new config MAINBOARD_HAS_NO_WIFI ......................................................................
Patch Set 4:
(1 comment)
Patch Set 4: Code-Review-1
what we have is the same as:
config INSTALL_WINDOS depends on ARCH_X86 default y if YOU_HAVE_A_PC
Definitely not.
Have you checked the code behind DRIVERS_INTEL_WIFI? Does said code get run if no device with a matching PCI ID is found?
https://review.coreboot.org/#/c/33827/3/src/drivers/intel/wifi/Kconfig File src/drivers/intel/wifi/Kconfig:
https://review.coreboot.org/#/c/33827/3/src/drivers/intel/wifi/Kconfig@7 PS3, Line 7: !MAINBOARD_HAS_NO_WIFI
as long as you do not select "MAINBOARD_HAS_NO_WIFI", the default value for RIVERS_INTEL_WIFI is yes […]
And which mainboard would select that?