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 /configs | |
parent | c9cc37de2c71ebbf953c290144c3efc18145ded9 (diff) | |
download | u-boot-18d8d241be0ee2ec4d26167c5652cdcbe0d3b10c.zip u-boot-18d8d241be0ee2ec4d26167c5652cdcbe0d3b10c.tar.gz u-boot-18d8d241be0ee2ec4d26167c5652cdcbe0d3b10c.tar.bz2 |
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 'configs')
-rw-r--r-- | configs/chromebook_coral_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_coral_defconfig b/configs/chromebook_coral_defconfig index e1d0749..c9006e2 100644 --- a/configs/chromebook_coral_defconfig +++ b/configs/chromebook_coral_defconfig @@ -18,6 +18,7 @@ CONFIG_HAVE_ACPI_RESUME=y CONFIG_INTEL_CAR_CQOS=y CONFIG_X86_OFFSET_U_BOOT=0xffe00000 CONFIG_X86_OFFSET_SPL=0xffe80000 +CONFIG_INTEL_GENERIC_WIFI=y CONFIG_BOOTSTAGE=y CONFIG_SPL_BOOTSTAGE=y CONFIG_TPL_BOOTSTAGE=y |