mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: drivers/intel/wifi: Add depends on ARCH_X86
When compiling a non-x86 platform with DRIVERS_INTEL_WIFI enabled, we get the build error: src/drivers/intel/wifi/wifi.c:17:30: fatal error: arch/acpi_device.h: No such file or directory acpi_device.h only exists in the x86 architecture directory. BUG=None BRANCH=None TEST=None Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/16906 Tested-by: build bot (Jenkins) Reviewed-by: Antonello Dettori <dev@dettori.io> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@googlemail.com> Change-Id: Id0e29558336bf44e638cfcb97c22f31683ea4ec7 Reviewed-on: https://chromium-review.googlesource.com/396228 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
e9b60dca84
commit
40dd339a6c
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
config DRIVERS_INTEL_WIFI
|
||||
bool "Support Intel PCI-e WiFi adapters"
|
||||
depends on ARCH_X86
|
||||
default y if PCIEXP_PLUGIN_SUPPORT
|
||||
help
|
||||
When enabled, add identifiers in ACPI and SMBIOS tables to
|
||||
|
|
Loading…
Add table
Reference in a new issue