CONFIG_I3C_OR_I2C (not configurable)
configname: CONFIG_I3C_OR_I2C
Linux Kernel Configuration
└─>Device Drivers
└─>I3C_OR_I2C
In linux kernel since version 6.1.167 (release Date: 2026-03-25)
Device drivers using module_i3c_i2c_driver() can use either
i2c or i3c hosts, but cannot be built-in for the kernel when
CONFIG_I3C=m.
Add 'depends on I2C_OR_I3C' in Kconfig for those drivers to
get the correct dependencies.
i2c or i3c hosts, but cannot be built-in for the kernel when
CONFIG_I3C=m.
Add 'depends on I2C_OR_I3C' in Kconfig for those drivers to
get the correct dependencies.
