Skip to content

Commit 18cd466

Browse files
committed
Change cadence i2c driver from module to built-in driver
On Kria KD240 slg7xl45106 device is handling reset for USB hub which is providing access to SD card (USB/SD converter). Access to this device is done via i2c which needs to be also enabled in the kernel as built-in driver not as module when rootfs is mounted.
1 parent 8233cb9 commit 18cd466

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildroot-external/board/arm-uefi/generic-aarch64/kernel.config

+3
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,8 @@ CONFIG_PHY_XILINX_ZYNQMP=y
6969
# TODO: change to `CONFIG_USB_ONBOARD_DEV` in 6.12
7070
CONFIG_USB_ONBOARD_HUB=y
7171

72+
# i2c support
73+
CONFIG_I2C_CADENCE=y
74+
7275
# 1-wire
7376
CONFIG_W1_MASTER_AMD_AXI=m

0 commit comments

Comments
 (0)