Skip to content

Commit

Permalink
arm64: defconfig: Enable pinctrl-based I2C mux
Browse files Browse the repository at this point in the history
The commit 84b1d6c ("ARM: dts: bcm2711-rpi: Add pinctrl-based
multiplexing for I2C0") multiplexing for I2C on BCM2711-based
Raspberry Pi boards. Unfortunately we missed to enable the necessary
driver in the defconfig.

Cc: Laurent Pinchart <[email protected]>
Link: https://lore.kernel.org/linux-devicetree/961b3d43-b4c9-4573-82d7-844aa129d994@notapiano/
Signed-off-by: Stefan Wahren <[email protected]>
  • Loading branch information
lategoodbye committed Dec 21, 2024
1 parent dce1a1b commit 08e788f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/configs/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ CONFIG_TCG_TIS_I2C_INFINEON=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_MUX=y
CONFIG_I2C_MUX_PCA954x=y
CONFIG_I2C_MUX_PINCTRL=m
CONFIG_I2C_BCM2835=m
CONFIG_I2C_CADENCE=m
CONFIG_I2C_DESIGNWARE_CORE=y
Expand Down

0 comments on commit 08e788f

Please sign in to comment.