aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/Kconfig
diff options
context:
space:
mode:
authorKarthikeyan Ramasubramanian <kramasub@google.com>2020-10-01 10:22:57 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-10-19 06:58:03 +0000
commit94ce8c3b3d1b7997dbad020eb955ea3b3038a5f2 (patch)
treee832087c71f659312081a0cf315662ad88ae734b /src/mainboard/google/dedede/Kconfig
parentbf089d2a6286eae4e25b7cb51e92633ae39252d4 (diff)
mb/google/dedede/var/waddledee: Enable GPIO based I2C Multiplexer
The camera sensor component chosen for UFC and WFC have an address conflict. Resolve it by enabling GPIO based I2C Multiplexer. Also configure the GPIO that is used as select line. BUG=b:169444894 TEST=Build and boot waddledee to OS. Ensure that the ACPI identifiers are added for I2C devices multiplexed using I2C MUX under the appropriate scope. Change-Id: I9b09e063b4377587019ade9e6e194f4aadcdd312 Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45912 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/dedede/Kconfig')
-rw-r--r--src/mainboard/google/dedede/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/Kconfig b/src/mainboard/google/dedede/Kconfig
index 2892dd16f0..377702da45 100644
--- a/src/mainboard/google/dedede/Kconfig
+++ b/src/mainboard/google/dedede/Kconfig
@@ -4,6 +4,7 @@ config BOARD_GOOGLE_BASEBOARD_DEDEDE
select CR50_USE_LONG_INTERRUPT_PULSES
select DPTF_USE_EISA_HID
select DRIVERS_I2C_GENERIC
+ select DRIVERS_I2C_GPIO_MUX
select DRIVERS_I2C_HID
select DRIVERS_INTEL_DPTF
select DRIVERS_SPI_ACPI