diff options
| author | Simon Glass <sjg@chromium.org> | 2020-09-22 12:45:04 -0600 |
|---|---|---|
| committer | Bin Meng <bmeng.cn@gmail.com> | 2020-09-25 11:27:15 +0800 |
| commit | 18d8d241be0ee2ec4d26167c5652cdcbe0d3b10c (patch) | |
| tree | b2efc6d692791741bdd250ea67a93953bb7599ae /arch/x86/cpu/intel_common/Makefile | |
| parent | c9cc37de2c71ebbf953c290144c3efc18145ded9 (diff) | |
| download | u-boot-18d8d241be0ee2ec4d26167c5652cdcbe0d3b10c.tar.gz u-boot-18d8d241be0ee2ec4d26167c5652cdcbe0d3b10c.tar.xz u-boot-18d8d241be0ee2ec4d26167c5652cdcbe0d3b10c.zip | |
x86: acpi: Add a common routine to write WiFi info
Intel WiFi chips can use a common routine to write the information needed
by linux. Add an implementation of this.
Enable it for coral.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/intel_common/Makefile')
| -rw-r--r-- | arch/x86/cpu/intel_common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/intel_common/Makefile b/arch/x86/cpu/intel_common/Makefile index 207d541396..f1d1513a98 100644 --- a/arch/x86/cpu/intel_common/Makefile +++ b/arch/x86/cpu/intel_common/Makefile @@ -24,6 +24,7 @@ obj-y += cpu.o obj-y += fast_spi.o obj-y += lpc.o obj-y += lpss.o +obj-$(CONFIG_INTEL_GENERIC_WIFI) += generic_wifi.o ifndef CONFIG_TARGET_EFI_APP obj-$(CONFIG_$(SPL_TPL_)X86_32BIT_INIT) += microcode.o ifndef CONFIG_$(SPL_)X86_64 |
