diff options
author | Emanuele Ghidoli <emanuele.ghidoli@toradex.com> | 2024-09-12 10:37:49 +0200 |
---|---|---|
committer | Emanuele Ghidoli <emanuele.ghidoli@toradex.com> | 2024-09-12 10:37:49 +0200 |
commit | 956c771c9936c8124518e2c93f9aeeecd666ab0c (patch) | |
tree | 065506e05f0a958cfecbbe7d0877f31795b25af0 | |
parent | bce9f83fa27afc04589428d41eea5e7ba84bc8cd (diff) |
cfg: arm64: add NXP PCA954x I2C mux
This I2C mux is used on Colibri iMX8X DSI to HDMI Adapter
to keep separated the Lontium DSI to HDMI bridge I2C,
on the adapter, and the DDC channel.
Related-to: ELB-5935
Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
-rw-r--r-- | cfg/arm64/arm64.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cfg/arm64/arm64.cfg b/cfg/arm64/arm64.cfg index e3032cc..9b26f3c 100644 --- a/cfg/arm64/arm64.cfg +++ b/cfg/arm64/arm64.cfg @@ -202,12 +202,22 @@ CONFIG_DRM_IMX_LCDIFV3=y CONFIG_DRM_TIDSS=m ## +## file: drivers/i2c/Kconfig +## +CONFIG_I2C_MUX=m + +## ## file: drivers/i2c/busses/Kconfig ## CONFIG_I2C_OMAP=y CONFIG_I2C_IMX_LPI2C=y ## +## file: drivers/i2c/muxes/Kconfig +## +CONFIG_I2C_MUX_PCA954x=m + +## ## file: drivers/iio/adc/Kconfig ## CONFIG_IMX8QXP_ADC=m |