diff options
author | Eran Mitrani <mitrani@google.com> | 2023-07-21 12:02:33 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-09-15 13:41:08 +0000 |
commit | b4f9c8d86ac2aa9664a1d8c7cda1d28870052d22 (patch) | |
tree | a2df6b528fd418999318c534057a61257c7be3ac /src/mainboard/google/rex/Kconfig | |
parent | 66d846f64aec0dffb5024334d7f5cba920151c68 (diff) |
mb/google/rex: add support for UWB
UWB on Rex will have 2 options to connect to the SoC:
1. Through GSPI1 (muxed with FP)
2. bit-bang over GPP
This CL adds GSPI1 option. BB may be added later.
BUG=b:263413448, b:263499898
TEST=UWB ranging works on Rex with this CL
Change-Id: I93b3bcef84d775866df43d00c934f013e9f85c47
Signed-off-by: Eran Mitrani <mitrani@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76665
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/rex/Kconfig')
-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 52f241349a..6af9b699bb 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -53,6 +53,7 @@ config BOARD_GOOGLE_MODEL_REX select DRIVERS_GENESYSLOGIC_GL9755 select DRIVERS_INTEL_ISH select DRIVERS_INTEL_SOUNDWIRE + select DRIVERS_NXP_UWB_SR1XX select DRIVERS_SOUNDWIRE_CS42L42 select DRIVERS_SOUNDWIRE_MAX98363 |