diff options
author | Subrata Banik <subratabanik@google.com> | 2022-09-14 17:58:02 -0700 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2022-09-16 05:36:26 +0000 |
commit | fa317d574ed2cca7e8e1c7acfe3ba626c6ba152d (patch) | |
tree | a447e0c496cc156fa90c2f115aab17fdf216eb55 | |
parent | 53ba14de1eef0a9106ea2752f33b702b46f99445 (diff) |
mb/google/rex: Enable `DRIVERS_WIFI_GENERIC` config
TEST=Able to build and boot the Google/rex.
Signed-off-by: Subrata Banik <subratabanik@google.com>
Change-Id: Iae5317b24856ef2cbd2f36cc28f645826536c21a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67641
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com>
-rw-r--r-- | src/mainboard/google/rex/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index e0e64a225f..43fe13db58 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -6,6 +6,7 @@ config BOARD_GOOGLE_REX_COMMON select DRIVERS_GENERIC_MAX98357A select DRIVERS_I2C_GENERIC select DRIVERS_SOUNDWIRE_ALC5682 + select DRIVERS_WIFI_GENERIC select EC_GOOGLE_CHROMEEC select EC_GOOGLE_CHROMEEC_BOARDID select EC_GOOGLE_CHROMEEC_ESPI |