x86: acpi: Add a common routine to write WiFi info
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:45:04 +0000 (12:45 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:15 +0000 (11:27 +0800)
commit18d8d241be0ee2ec4d26167c5652cdcbe0d3b10c
treeb2efc6d692791741bdd250ea67a93953bb7599ae
parentc9cc37de2c71ebbf953c290144c3efc18145ded9
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>
arch/x86/Kconfig
arch/x86/cpu/intel_common/Makefile
arch/x86/cpu/intel_common/generic_wifi.c [new file with mode: 0644]
configs/chromebook_coral_defconfig