HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33827
Change subject: drivers/intel/wifi: Select DRIVERS_INTEL_WIFI if your mainboard needs it ......................................................................
drivers/intel/wifi: Select DRIVERS_INTEL_WIFI if your mainboard needs it
Change-Id: Iaaab6df43968abada6397acf7402264dea669c21 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/drivers/intel/wifi/Kconfig 1 file changed, 3 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/33827/1
diff --git a/src/drivers/intel/wifi/Kconfig b/src/drivers/intel/wifi/Kconfig index 4dc4d7f..a597d40 100644 --- a/src/drivers/intel/wifi/Kconfig +++ b/src/drivers/intel/wifi/Kconfig @@ -1,10 +1,9 @@ config DRIVERS_INTEL_WIFI - bool "Support Intel PCI-e WiFi adapters" + bool "Intel WiFi" depends on ARCH_X86 - default y if PCIEXP_PLUGIN_SUPPORT + default n help - When enabled, add identifiers in ACPI and SMBIOS tables to - make OS drivers work with certain Intel PCI-e WiFi chipsets. + Enabled, if the mainboard needs Intel WiFi driver.
config USE_SAR bool